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.
|
copy
applyMutation, build
BatchGetObjectAttributesResponse.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 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 #attributes(List)
.attributes
- a consumer that will call methods on List.Builder
#attributes(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.