Interface GetIdentityCenterAuthTokenRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetIdentityCenterAuthTokenRequest.Builder,,GetIdentityCenterAuthTokenRequest> RedshiftRequest.Builder,SdkBuilder<GetIdentityCenterAuthTokenRequest.Builder,,GetIdentityCenterAuthTokenRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetIdentityCenterAuthTokenRequest
-
Method Summary
Modifier and TypeMethodDescriptionclusterIds(String... clusterIds) A list of cluster identifiers that the generated token can be used with.clusterIds(Collection<String> clusterIds) A list of cluster identifiers that the generated token can be used with.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clusterIds
A list of cluster identifiers that the generated token can be used with. The token will be scoped to only allow authentication to the specified clusters.
Constraints:
-
ClusterIdsmust contain at least 1 cluster identifier. -
ClusterIdscan hold a maximum of 20 cluster identifiers. -
Cluster identifiers must be 1 to 63 characters in length.
-
The characters accepted for cluster identifiers are the following:
-
Alphanumeric characters
-
Hyphens
-
-
Cluster identifiers must start with a letter.
-
Cluster identifiers can't end with a hyphen or contain two consecutive hyphens.
- Parameters:
clusterIds- A list of cluster identifiers that the generated token can be used with. The token will be scoped to only allow authentication to the specified clusters.Constraints:
-
ClusterIdsmust contain at least 1 cluster identifier. -
ClusterIdscan hold a maximum of 20 cluster identifiers. -
Cluster identifiers must be 1 to 63 characters in length.
-
The characters accepted for cluster identifiers are the following:
-
Alphanumeric characters
-
Hyphens
-
-
Cluster identifiers must start with a letter.
-
Cluster identifiers can't end with a hyphen or contain two consecutive hyphens.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
clusterIds
A list of cluster identifiers that the generated token can be used with. The token will be scoped to only allow authentication to the specified clusters.
Constraints:
-
ClusterIdsmust contain at least 1 cluster identifier. -
ClusterIdscan hold a maximum of 20 cluster identifiers. -
Cluster identifiers must be 1 to 63 characters in length.
-
The characters accepted for cluster identifiers are the following:
-
Alphanumeric characters
-
Hyphens
-
-
Cluster identifiers must start with a letter.
-
Cluster identifiers can't end with a hyphen or contain two consecutive hyphens.
- Parameters:
clusterIds- A list of cluster identifiers that the generated token can be used with. The token will be scoped to only allow authentication to the specified clusters.Constraints:
-
ClusterIdsmust contain at least 1 cluster identifier. -
ClusterIdscan hold a maximum of 20 cluster identifiers. -
Cluster identifiers must be 1 to 63 characters in length.
-
The characters accepted for cluster identifiers are the following:
-
Alphanumeric characters
-
Hyphens
-
-
Cluster identifiers must start with a letter.
-
Cluster identifiers can't end with a hyphen or contain two consecutive hyphens.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
GetIdentityCenterAuthTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetIdentityCenterAuthTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-