public static interface DescribeConnectionAliasPermissionsRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectionAliasPermissionsRequest.Builder,DescribeConnectionAliasPermissionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectionAliasPermissionsRequest.Builder |
aliasId(String aliasId)
The identifier of the connection alias.
|
DescribeConnectionAliasPermissionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
DescribeConnectionAliasPermissionsRequest.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. |
DescribeConnectionAliasPermissionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeConnectionAliasPermissionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConnectionAliasPermissionsRequest.Builder aliasId(String aliasId)
The identifier of the connection alias.
aliasId - The identifier of the connection alias.DescribeConnectionAliasPermissionsRequest.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.DescribeConnectionAliasPermissionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.DescribeConnectionAliasPermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeConnectionAliasPermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.