Interface KmsEncryptionConfig.Builder

  • Method Details

    • cmkType

      The type of customer-managed-key (CMK) used for encryption.

      Parameters:
      cmkType - The type of customer-managed-key (CMK) used for encryption.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cmkType

      The type of customer-managed-key (CMK) used for encryption.

      Parameters:
      cmkType - The type of customer-managed-key (CMK) used for encryption.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kmsKeyId

      KmsEncryptionConfig.Builder kmsKeyId(String kmsKeyId)

      The Key Management Service (KMS) encryption key id/alias used to encrypt the data store contents at rest.

      Parameters:
      kmsKeyId - The Key Management Service (KMS) encryption key id/alias used to encrypt the data store contents at rest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.