public static interface DescribeConnectionAliasesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectionAliasesRequest.Builder,DescribeConnectionAliasesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectionAliasesRequest.Builder |
aliasIds(Collection<String> aliasIds)
The identifiers of the connection aliases to describe.
|
DescribeConnectionAliasesRequest.Builder |
aliasIds(String... aliasIds)
The identifiers of the connection aliases to describe.
|
DescribeConnectionAliasesRequest.Builder |
limit(Integer limit)
The maximum number of connection aliases to return.
|
DescribeConnectionAliasesRequest.Builder |
nextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to
receive the next set of results. |
DescribeConnectionAliasesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeConnectionAliasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeConnectionAliasesRequest.Builder |
resourceId(String resourceId)
The identifier of the directory associated with the connection alias.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConnectionAliasesRequest.Builder aliasIds(Collection<String> aliasIds)
The identifiers of the connection aliases to describe.
aliasIds - The identifiers of the connection aliases to describe.DescribeConnectionAliasesRequest.Builder aliasIds(String... aliasIds)
The identifiers of the connection aliases to describe.
aliasIds - The identifiers of the connection aliases to describe.DescribeConnectionAliasesRequest.Builder resourceId(String resourceId)
The identifier of the directory associated with the connection alias.
resourceId - The identifier of the directory associated with the connection alias.DescribeConnectionAliasesRequest.Builder limit(Integer limit)
The maximum number of connection aliases to return.
limit - The maximum number of connection aliases to return.DescribeConnectionAliasesRequest.Builder nextToken(String nextToken)
If you received a NextToken from a previous call that was paginated, provide this token to
receive the next set of results.
nextToken - If you received a NextToken from a previous call that was paginated, provide this token
to receive the next set of results.DescribeConnectionAliasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeConnectionAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.