Interface BatchUpdateObjectAttributes.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BatchUpdateObjectAttributes.Builder,,- BatchUpdateObjectAttributes> - SdkBuilder<BatchUpdateObjectAttributes.Builder,,- BatchUpdateObjectAttributes> - SdkPojo
- Enclosing class:
- BatchUpdateObjectAttributes
@Mutable
@NotThreadSafe
public static interface BatchUpdateObjectAttributes.Builder
extends SdkPojo, CopyableBuilder<BatchUpdateObjectAttributes.Builder,BatchUpdateObjectAttributes> 
- 
Method SummaryModifier and TypeMethodDescriptionattributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates) Attributes update structure.attributeUpdates(Consumer<ObjectAttributeUpdate.Builder>... attributeUpdates) Attributes update structure.attributeUpdates(ObjectAttributeUpdate... attributeUpdates) Attributes update structure.objectReference(Consumer<ObjectReference.Builder> objectReference) Reference that identifies the object.objectReference(ObjectReference objectReference) Reference that identifies the object.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- 
objectReferenceReference that identifies the object. - Parameters:
- objectReference- Reference that identifies the object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
objectReferencedefault BatchUpdateObjectAttributes.Builder objectReference(Consumer<ObjectReference.Builder> objectReference) Reference that identifies the object. This is a convenience method that creates an instance of theObjectReference.Builderavoiding the need to create one manually viaObjectReference.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toobjectReference(ObjectReference).- Parameters:
- objectReference- a consumer that will call methods on- ObjectReference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
attributeUpdatesBatchUpdateObjectAttributes.Builder attributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates) Attributes update structure. - Parameters:
- attributeUpdates- Attributes update structure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attributeUpdatesAttributes update structure. - Parameters:
- attributeUpdates- Attributes update structure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attributeUpdatesBatchUpdateObjectAttributes.Builder attributeUpdates(Consumer<ObjectAttributeUpdate.Builder>... attributeUpdates) Attributes update structure. This is a convenience method that creates an instance of theObjectAttributeUpdate.Builderavoiding the need to create one manually viaObjectAttributeUpdate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattributeUpdates(List<ObjectAttributeUpdate>).- Parameters:
- attributeUpdates- a consumer that will call methods on- ObjectAttributeUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-