Interface ListProfileObjectsItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListProfileObjectsItem.Builder,
,ListProfileObjectsItem> SdkBuilder<ListProfileObjectsItem.Builder,
,ListProfileObjectsItem> SdkPojo
- Enclosing class:
ListProfileObjectsItem
@Mutable
@NotThreadSafe
public static interface ListProfileObjectsItem.Builder
extends SdkPojo, CopyableBuilder<ListProfileObjectsItem.Builder,ListProfileObjectsItem>
-
Method Summary
Modifier and TypeMethodDescriptionA JSON representation of a ProfileObject that belongs to a profile.objectTypeName
(String objectTypeName) Specifies the kind of object being added to a profile, such as "Salesforce-Account."profileObjectUniqueKey
(String profileObjectUniqueKey) The unique identifier of the ProfileObject generated by the service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
objectTypeName
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
- Parameters:
objectTypeName
- Specifies the kind of object being added to a profile, such as "Salesforce-Account."- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileObjectUniqueKey
The unique identifier of the ProfileObject generated by the service.
- Parameters:
profileObjectUniqueKey
- The unique identifier of the ProfileObject generated by the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
object
A JSON representation of a ProfileObject that belongs to a profile.
- Parameters:
object
- A JSON representation of a ProfileObject that belongs to a profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-