public static interface ListObjectAttributesResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListObjectAttributesResponse.Builder,ListObjectAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListObjectAttributesResponse.Builder |
attributes(AttributeKeyAndValue... attributes)
Attributes map that is associated with the object.
|
ListObjectAttributesResponse.Builder |
attributes(Collection<AttributeKeyAndValue> attributes)
Attributes map that is associated with the object.
|
ListObjectAttributesResponse.Builder |
attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)
Attributes map that is associated with the object.
|
ListObjectAttributesResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListObjectAttributesResponse.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.
attributes - Attributes map that is associated with the object. AttributeArn is the key, and attribute
value is the value.ListObjectAttributesResponse.Builder attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)
Attributes map that is associated with the object. AttributeArn is the key, and 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) ListObjectAttributesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.