CopyableBuilder<BatchUpdateObjectAttributes.Builder,BatchUpdateObjectAttributes>
, SdkBuilder<BatchUpdateObjectAttributes.Builder,BatchUpdateObjectAttributes>
public static interface BatchUpdateObjectAttributes.Builder extends CopyableBuilder<BatchUpdateObjectAttributes.Builder,BatchUpdateObjectAttributes>
Modifier and Type | Method | Description |
---|---|---|
BatchUpdateObjectAttributes.Builder |
attributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates) |
Attributes update structure.
|
BatchUpdateObjectAttributes.Builder |
attributeUpdates(ObjectAttributeUpdate... attributeUpdates) |
Attributes update structure.
|
BatchUpdateObjectAttributes.Builder |
objectReference(ObjectReference objectReference) |
Reference that identifies the object.
|
copy
apply, build
BatchUpdateObjectAttributes.Builder objectReference(ObjectReference objectReference)
Reference that identifies the object.
objectReference
- Reference that identifies the object.BatchUpdateObjectAttributes.Builder attributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
Attributes update structure.
attributeUpdates
- Attributes update structure.BatchUpdateObjectAttributes.Builder attributeUpdates(ObjectAttributeUpdate... attributeUpdates)
Attributes update structure.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributeUpdates(java.util.Collection)
or #withAttributeUpdates(java.util.Collection)
if
you want to override the existing values.
attributeUpdates
- Attributes update structure.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.