public static interface DescribeConnectionAliasesResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeConnectionAliasesResponse.Builder,DescribeConnectionAliasesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectionAliasesResponse.Builder |
connectionAliases(Collection<ConnectionAlias> connectionAliases)
Information about the specified connection aliases.
|
DescribeConnectionAliasesResponse.Builder |
connectionAliases(ConnectionAlias... connectionAliases)
Information about the specified connection aliases.
|
DescribeConnectionAliasesResponse.Builder |
connectionAliases(Consumer<ConnectionAlias.Builder>... connectionAliases)
Information about the specified connection aliases.
|
DescribeConnectionAliasesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConnectionAliasesResponse.Builder connectionAliases(Collection<ConnectionAlias> connectionAliases)
Information about the specified connection aliases.
connectionAliases - Information about the specified connection aliases.DescribeConnectionAliasesResponse.Builder connectionAliases(ConnectionAlias... connectionAliases)
Information about the specified connection aliases.
connectionAliases - Information about the specified connection aliases.DescribeConnectionAliasesResponse.Builder connectionAliases(Consumer<ConnectionAlias.Builder>... connectionAliases)
Information about the specified connection aliases.
This is a convenience 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 #connectionAliases(List) .connectionAliases - a consumer that will call methods on List.Builder #connectionAliases(List) DescribeConnectionAliasesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
nextToken - The token to use to retrieve the next set of results, or null if no more results are available.Copyright © 2021. All rights reserved.