Interface MultiRegionConfiguration.Builder

    • Method Detail

      • multiRegionKeyType

        MultiRegionConfiguration.Builder multiRegionKeyType​(String multiRegionKeyType)

        Indicates whether the KMS key is a PRIMARY or REPLICA key.

        Parameters:
        multiRegionKeyType - Indicates whether the KMS key is a PRIMARY or REPLICA key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MultiRegionKeyType, MultiRegionKeyType
      • primaryKey

        MultiRegionConfiguration.Builder primaryKey​(MultiRegionKey primaryKey)

        Displays the key ARN and Region of the primary key. This field includes the current KMS key if it is the primary key.

        Parameters:
        primaryKey - Displays the key ARN and Region of the primary key. This field includes the current KMS key if it is the primary key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicaKeys

        MultiRegionConfiguration.Builder replicaKeys​(Collection<MultiRegionKey> replicaKeys)

        displays the key ARNs and Regions of all replica keys. This field includes the current KMS key if it is a replica key.

        Parameters:
        replicaKeys - displays the key ARNs and Regions of all replica keys. This field includes the current KMS key if it is a replica key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicaKeys

        MultiRegionConfiguration.Builder replicaKeys​(MultiRegionKey... replicaKeys)

        displays the key ARNs and Regions of all replica keys. This field includes the current KMS key if it is a replica key.

        Parameters:
        replicaKeys - displays the key ARNs and Regions of all replica keys. This field includes the current KMS key if it is a replica key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.