public static interface BatchGetObjectAttributesResponse.Builder extends SdkPojo, CopyableBuilder<BatchGetObjectAttributesResponse.Builder,BatchGetObjectAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetObjectAttributesResponse.Builder |
attributes(AttributeKeyAndValue... attributes)
The attribute values that are associated with an object.
|
BatchGetObjectAttributesResponse.Builder |
attributes(Collection<AttributeKeyAndValue> attributes)
The attribute values that are associated with an object.
|
BatchGetObjectAttributesResponse.Builder |
attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)
The attribute values that are associated with an object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetObjectAttributesResponse.Builder attributes(Collection<AttributeKeyAndValue> attributes)
The attribute values that are associated with an object.
attributes - The attribute values that are associated with an object.BatchGetObjectAttributesResponse.Builder attributes(AttributeKeyAndValue... attributes)
The attribute values that are associated with an object.
attributes - The attribute values that are associated with an object.BatchGetObjectAttributesResponse.Builder attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)
The attribute values that are associated with an object.
This is a convenience method that creates an instance of theAttributeKeyAndValue.Builder avoiding the need
to create one manually via
AttributeKeyAndValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #attributes(List.
attributes - a consumer that will call methods on
AttributeKeyAndValue.Builder#attributes(java.util.Collection) Copyright © 2022. All rights reserved.