public static interface BatchListObjectAttributesResponse.Builder extends CopyableBuilder<BatchListObjectAttributesResponse.Builder,BatchListObjectAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectAttributesResponse.Builder |
attributes(AttributeKeyAndValue... attributes)
The attributes map that is associated with the object.
|
BatchListObjectAttributesResponse.Builder |
attributes(Collection<AttributeKeyAndValue> attributes)
The attributes map that is associated with the object.
|
BatchListObjectAttributesResponse.Builder |
attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)
The attributes map that is associated with the object.
|
BatchListObjectAttributesResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
copyapply, buildBatchListObjectAttributesResponse.Builder attributes(Collection<AttributeKeyAndValue> attributes)
The attributes map that is associated with the object. AttributeArn is the key; attribute value
is the value.
attributes - The attributes map that is associated with the object. AttributeArn is the key; attribute
value is the value.BatchListObjectAttributesResponse.Builder attributes(AttributeKeyAndValue... attributes)
The attributes map that is associated with the object. AttributeArn is the key; attribute value
is the value.
attributes - The attributes map that is associated with the object. AttributeArn is the key; attribute
value is the value.BatchListObjectAttributesResponse.Builder attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)
The attributes map that is associated with the object. AttributeArn is the key; attribute value
is the value.
List.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) BatchListObjectAttributesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.