Interface BatchUpdateObjectAttributesResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchUpdateObjectAttributesResponse.Builder,BatchUpdateObjectAttributesResponse>,SdkBuilder<BatchUpdateObjectAttributesResponse.Builder,BatchUpdateObjectAttributesResponse>,SdkPojo
- Enclosing class:
- BatchUpdateObjectAttributesResponse
public static interface BatchUpdateObjectAttributesResponse.Builder extends SdkPojo, CopyableBuilder<BatchUpdateObjectAttributesResponse.Builder,BatchUpdateObjectAttributesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchUpdateObjectAttributesResponse.BuilderobjectIdentifier(String objectIdentifier)ID that is associated with the object.-
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
-
objectIdentifier
BatchUpdateObjectAttributesResponse.Builder objectIdentifier(String objectIdentifier)
ID that is associated with the object.
- Parameters:
objectIdentifier- ID that is associated with the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-