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 theAttribute.Builder avoiding the need to create one
manually via Attribute.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
Attribute.Builder#attributes(java.util.Collection) 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 © 2023. All rights reserved.