Interface DisableDefaultKeyReplicationRegionsRequest.Builder

  • Method Details

    • replicationRegions

      DisableDefaultKeyReplicationRegionsRequest.Builder replicationRegions(Collection<String> replicationRegions)

      The list of Amazon Web Services Regions to remove from the account's default replication regions.

      New keys created after this operation will not automatically be replicated to these regions, though existing keys with replication to these regions will be unaffected.

      Parameters:
      replicationRegions - The list of Amazon Web Services Regions to remove from the account's default replication regions.

      New keys created after this operation will not automatically be replicated to these regions, though existing keys with replication to these regions will be unaffected.

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

      DisableDefaultKeyReplicationRegionsRequest.Builder replicationRegions(String... replicationRegions)

      The list of Amazon Web Services Regions to remove from the account's default replication regions.

      New keys created after this operation will not automatically be replicated to these regions, though existing keys with replication to these regions will be unaffected.

      Parameters:
      replicationRegions - The list of Amazon Web Services Regions to remove from the account's default replication regions.

      New keys created after this operation will not automatically be replicated to these regions, though existing keys with replication to these regions will be unaffected.

      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.