public static interface ListInstanceAttributesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListInstanceAttributesResponse.Builder,ListInstanceAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInstanceAttributesResponse.Builder |
attributes(Attribute... attributes)
The attribute types.
|
ListInstanceAttributesResponse.Builder |
attributes(Collection<Attribute> attributes)
The attribute types.
|
ListInstanceAttributesResponse.Builder |
attributes(Consumer<Attribute.Builder>... attributes)
The attribute types.
|
ListInstanceAttributesResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInstanceAttributesResponse.Builder attributes(Collection<Attribute> attributes)
The attribute types.
attributes - The attribute types.ListInstanceAttributesResponse.Builder attributes(Attribute... attributes)
The attribute types.
attributes - The attribute types.ListInstanceAttributesResponse.Builder attributes(Consumer<Attribute.Builder>... attributes)
The attribute types.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #attributes(List) .attributes - a consumer that will call methods on List.Builder #attributes(List) ListInstanceAttributesResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2022. All rights reserved.