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
Modifier and TypeMethodDescriptionobjectIdentifier(String objectIdentifier) ID that is associated with the object.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, sdkFields 
- 
Method Details
- 
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.
 
 
 -