public static interface BatchListObjectAttributesResponse.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.
AttributeKeyAndValue.Builder avoiding the need
to create one manually via
AttributeKeyAndValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #attributes(List.
attributes - a consumer that will call methods on
AttributeKeyAndValue.Builder#attributes(java.util.Collection) BatchListObjectAttributesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.