Interface EncryptionConfig.Builder

  • Method Details

    • awsOwnedKey

      EncryptionConfig.Builder awsOwnedKey(Boolean awsOwnedKey)

      Indicates whether to use an Amazon Web Services-owned key for encryption.

      Parameters:
      awsOwnedKey - Indicates whether to use an Amazon Web Services-owned key for encryption.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyArn

      EncryptionConfig.Builder kmsKeyArn(String kmsKeyArn)

      The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.

      Parameters:
      kmsKeyArn - The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.