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 |
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 nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.