Interface AddKeyReplicationRegionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AddKeyReplicationRegionsRequest.Builder,
,AddKeyReplicationRegionsRequest> PaymentCryptographyRequest.Builder
,SdkBuilder<AddKeyReplicationRegionsRequest.Builder,
,AddKeyReplicationRegionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
AddKeyReplicationRegionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionkeyIdentifier
(String keyIdentifier) The key identifier (ARN or alias) of the key for which to add replication regions.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.replicationRegions
(String... replicationRegions) The list of Amazon Web Services Regions to add to the key's replication configuration.replicationRegions
(Collection<String> replicationRegions) The list of Amazon Web Services Regions to add to the key's replication configuration.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.services.paymentcryptography.model.PaymentCryptographyRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
keyIdentifier
The key identifier (ARN or alias) of the key for which to add replication regions.
This key must exist and be in a valid state for replication operations.
- Parameters:
keyIdentifier
- The key identifier (ARN or alias) of the key for which to add replication regions.This key must exist and be in a valid state for replication operations.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationRegions
The list of Amazon Web Services Regions to add to the key's replication configuration.
Each region must be a valid Amazon Web Services Region where Amazon Web Services Payment Cryptography is available. The key will be replicated to these regions, allowing cryptographic operations to be performed closer to your applications.
- Parameters:
replicationRegions
- The list of Amazon Web Services Regions to add to the key's replication configuration.Each region must be a valid Amazon Web Services Region where Amazon Web Services Payment Cryptography is available. The key will be replicated to these regions, allowing cryptographic operations to be performed closer to your applications.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationRegions
The list of Amazon Web Services Regions to add to the key's replication configuration.
Each region must be a valid Amazon Web Services Region where Amazon Web Services Payment Cryptography is available. The key will be replicated to these regions, allowing cryptographic operations to be performed closer to your applications.
- Parameters:
replicationRegions
- The list of Amazon Web Services Regions to add to the key's replication configuration.Each region must be a valid Amazon Web Services Region where Amazon Web Services Payment Cryptography is available. The key will be replicated to these regions, allowing cryptographic operations to be performed closer to your applications.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AddKeyReplicationRegionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AddKeyReplicationRegionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-