Interface GetDefaultKeyReplicationRegionsResponse.Builder

  • Method Details

    • enabledReplicationRegions

      GetDefaultKeyReplicationRegionsResponse.Builder enabledReplicationRegions(Collection<String> enabledReplicationRegions)

      The list of regions where default key replication is currently enabled for the account.

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

      Parameters:
      enabledReplicationRegions - The list of regions where default key replication is currently enabled for the account.

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

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

      GetDefaultKeyReplicationRegionsResponse.Builder enabledReplicationRegions(String... enabledReplicationRegions)

      The list of regions where default key replication is currently enabled for the account.

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

      Parameters:
      enabledReplicationRegions - The list of regions where default key replication is currently enabled for the account.

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

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