Interface AddKeyReplicationRegionsRequest.Builder

  • Method Details

    • keyIdentifier

      AddKeyReplicationRegionsRequest.Builder keyIdentifier(String 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

      AddKeyReplicationRegionsRequest.Builder replicationRegions(Collection<String> 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

      AddKeyReplicationRegionsRequest.Builder replicationRegions(String... 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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.