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