Interface DisableDefaultKeyReplicationRegionsResponse.Builder

  • Method Details

    • enabledReplicationRegions

      DisableDefaultKeyReplicationRegionsResponse.Builder enabledReplicationRegions(Collection<String> enabledReplicationRegions)

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

      This reflects the account's default replication configuration after removing the specified regions.

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

      This reflects the account's default replication configuration after removing the specified regions.

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

      DisableDefaultKeyReplicationRegionsResponse.Builder enabledReplicationRegions(String... enabledReplicationRegions)

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

      This reflects the account's default replication configuration after removing the specified regions.

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

      This reflects the account's default replication configuration after removing the specified regions.

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