Interface ExportEncryptionConfiguration.Builder

  • Method Details

    • sseAlgorithm

      ExportEncryptionConfiguration.Builder sseAlgorithm(String sseAlgorithm)

      The server-side encryption algorithm used for the exported data. Valid values are AES256 and aws:kms.

      Parameters:
      sseAlgorithm - The server-side encryption algorithm used for the exported data. Valid values are AES256 and aws:kms.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyArn

      The ARN of the KMS key used to encrypt the exported data.

      Parameters:
      kmsKeyArn - The ARN of the KMS key used to encrypt the exported data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.