public static interface BatchUpdateObjectAttributes.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 method that creates an instance of theObjectAttributeUpdate.Builder avoiding the need
to create one manually via
ObjectAttributeUpdate.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #attributeUpdates(List.
attributeUpdates - a consumer that will call methods on
ObjectAttributeUpdate.Builder#attributeUpdates(java.util.Collection) Copyright © 2022. All rights reserved.