Interface EnableDefaultKeyReplicationRegionsRequest.Builder

  • Method Details

    • replicationRegions

      EnableDefaultKeyReplicationRegionsRequest.Builder replicationRegions(Collection<String> replicationRegions)

      The list of Amazon Web Services Regions to enable as default replication regions for the account.

      New keys created in this account will automatically be replicated to these regions unless explicitly overridden during key creation.

      Parameters:
      replicationRegions - The list of Amazon Web Services Regions to enable as default replication regions for the account.

      New keys created in this account will automatically be replicated to these regions unless explicitly overridden during key creation.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationRegions

      EnableDefaultKeyReplicationRegionsRequest.Builder replicationRegions(String... replicationRegions)

      The list of Amazon Web Services Regions to enable as default replication regions for the account.

      New keys created in this account will automatically be replicated to these regions unless explicitly overridden during key creation.

      Parameters:
      replicationRegions - The list of Amazon Web Services Regions to enable as default replication regions for the account.

      New keys created in this account will automatically be replicated to these regions unless explicitly overridden during key creation.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.