CopyableBuilder<BatchListObjectAttributesResponse.Builder,BatchListObjectAttributesResponse>, SdkBuilder<BatchListObjectAttributesResponse.Builder,BatchListObjectAttributesResponse>public static interface BatchListObjectAttributesResponse.Builder extends CopyableBuilder<BatchListObjectAttributesResponse.Builder,BatchListObjectAttributesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
BatchListObjectAttributesResponse.Builder |
attributes(Collection<AttributeKeyAndValue> attributes) |
The attributes map that is associated with the object.
|
BatchListObjectAttributesResponse.Builder |
attributes(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.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection) or #withAttributes(java.util.Collection) if you want to
override the existing values.
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.