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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
objectTypeNameSpecifies 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.
 
- 
profileObjectUniqueKeyThe 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.
 
- 
objectA 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.
 
 
-