Interface DescribeConnectionAliasesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeConnectionAliasesRequest.Builder,DescribeConnectionAliasesRequest>,SdkBuilder<DescribeConnectionAliasesRequest.Builder,DescribeConnectionAliasesRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- DescribeConnectionAliasesRequest
public static interface DescribeConnectionAliasesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectionAliasesRequest.Builder,DescribeConnectionAliasesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConnectionAliasesRequest.BuilderaliasIds(String... aliasIds)The identifiers of the connection aliases to describe.DescribeConnectionAliasesRequest.BuilderaliasIds(Collection<String> aliasIds)The identifiers of the connection aliases to describe.DescribeConnectionAliasesRequest.Builderlimit(Integer limit)The maximum number of connection aliases to return.DescribeConnectionAliasesRequest.BuildernextToken(String nextToken)If you received aNextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.DescribeConnectionAliasesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeConnectionAliasesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeConnectionAliasesRequest.BuilderresourceId(String resourceId)The identifier of the directory associated with the connection alias.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
aliasIds
DescribeConnectionAliasesRequest.Builder aliasIds(Collection<String> aliasIds)
The identifiers of the connection aliases to describe.
- Parameters:
aliasIds- The identifiers of the connection aliases to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasIds
DescribeConnectionAliasesRequest.Builder aliasIds(String... aliasIds)
The identifiers of the connection aliases to describe.
- Parameters:
aliasIds- The identifiers of the connection aliases to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
DescribeConnectionAliasesRequest.Builder resourceId(String resourceId)
The identifier of the directory associated with the connection alias.
- Parameters:
resourceId- The identifier of the directory associated with the connection alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
DescribeConnectionAliasesRequest.Builder limit(Integer limit)
The maximum number of connection aliases to return.
- Parameters:
limit- The maximum number of connection aliases to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeConnectionAliasesRequest.Builder nextToken(String nextToken)
If you received a
NextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.- Parameters:
nextToken- If you received aNextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeConnectionAliasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeConnectionAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-