Interface CreateUserPoolReplicaRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<CreateUserPoolReplicaRequest.Builder,,CreateUserPoolReplicaRequest> SdkBuilder<CreateUserPoolReplicaRequest.Builder,,CreateUserPoolReplicaRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateUserPoolReplicaRequest
@Mutable
@NotThreadSafe
public static interface CreateUserPoolReplicaRequest.Builder
extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<CreateUserPoolReplicaRequest.Builder,CreateUserPoolReplicaRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) regionName(String regionName) The Amazon Web Services Region where you want to create the replica user pool.userPoolId(String userPoolId) The ID of the user pool to replicate.userPoolTags(Map<String, String> userPoolTags) A map of tags to assign to the replica user pool.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
userPoolId
The ID of the user pool to replicate.
- Parameters:
userPoolId- The ID of the user pool to replicate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionName
The Amazon Web Services Region where you want to create the replica user pool.
- Parameters:
regionName- The Amazon Web Services Region where you want to create the replica user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userPoolTags
A map of tags to assign to the replica user pool. Each tag consists of a key and an optional value, both of which you define. You can maintain tags independently on replica user pools.
- Parameters:
userPoolTags- A map of tags to assign to the replica user pool. Each tag consists of a key and an optional value, both of which you define. You can maintain tags independently on replica user pools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateUserPoolReplicaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateUserPoolReplicaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-