Interface BatchPutProfileObjectResponseItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchPutProfileObjectResponseItem.Builder,,BatchPutProfileObjectResponseItem> SdkBuilder<BatchPutProfileObjectResponseItem.Builder,,BatchPutProfileObjectResponseItem> SdkPojo
- Enclosing class:
BatchPutProfileObjectResponseItem
@Mutable
@NotThreadSafe
public static interface BatchPutProfileObjectResponseItem.Builder
extends SdkPojo, CopyableBuilder<BatchPutProfileObjectResponseItem.Builder,BatchPutProfileObjectResponseItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the item in the batch request.profileObjectUniqueKey(String profileObjectUniqueKey) The unique identifier of the profile object generated by the service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the item in the batch request.
- Parameters:
id- The unique identifier of the item in the batch request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileObjectUniqueKey
The unique identifier of the profile object generated by the service.
- Parameters:
profileObjectUniqueKey- The unique identifier of the profile object generated by the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-