public static interface BatchUpdateObjectAttributes.Builder extends CopyableBuilder<BatchUpdateObjectAttributes.Builder,BatchUpdateObjectAttributes>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateObjectAttributes.Builder |
attributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
Attributes update structure.
|
BatchUpdateObjectAttributes.Builder |
attributeUpdates(Consumer<ObjectAttributeUpdate.Builder>... attributeUpdates)
Attributes update structure.
|
BatchUpdateObjectAttributes.Builder |
attributeUpdates(ObjectAttributeUpdate... attributeUpdates)
Attributes update structure.
|
default BatchUpdateObjectAttributes.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object.
|
BatchUpdateObjectAttributes.Builder |
objectReference(ObjectReference objectReference)
Reference that identifies the object.
|
copyapply, buildBatchUpdateObjectAttributes.Builder objectReference(ObjectReference objectReference)
Reference that identifies the object.
objectReference - Reference that identifies the object.default BatchUpdateObjectAttributes.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object.
This is a convenience that creates an instance of theObjectReference.Builder avoiding the need to
create one manually via ObjectReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to objectReference(ObjectReference).objectReference - a consumer that will call methods on ObjectReference.BuilderobjectReference(ObjectReference)BatchUpdateObjectAttributes.Builder attributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
Attributes update structure.
attributeUpdates - Attributes update structure.BatchUpdateObjectAttributes.Builder attributeUpdates(ObjectAttributeUpdate... attributeUpdates)
Attributes update structure.
attributeUpdates - Attributes update structure.BatchUpdateObjectAttributes.Builder attributeUpdates(Consumer<ObjectAttributeUpdate.Builder>... attributeUpdates)
Attributes update structure.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #attributeUpdates(List) .attributeUpdates - a consumer that will call methods on List.Builder #attributeUpdates(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.