Interface ListProfileObjectsItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListProfileObjectsItem.Builder,ListProfileObjectsItem>,SdkBuilder<ListProfileObjectsItem.Builder,ListProfileObjectsItem>,SdkPojo
- Enclosing class:
- ListProfileObjectsItem
public static interface ListProfileObjectsItem.Builder extends SdkPojo, CopyableBuilder<ListProfileObjectsItem.Builder,ListProfileObjectsItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProfileObjectsItem.Builderobject(String object)A JSON representation of a ProfileObject that belongs to a profile.ListProfileObjectsItem.BuilderobjectTypeName(String objectTypeName)Specifies the kind of object being added to a profile, such as "Salesforce-Account."ListProfileObjectsItem.BuilderprofileObjectUniqueKey(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, sdkFields
-
-
-
-
Method Detail
-
objectTypeName
ListProfileObjectsItem.Builder objectTypeName(String 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
ListProfileObjectsItem.Builder profileObjectUniqueKey(String 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
ListProfileObjectsItem.Builder object(String 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.
-
-