Interface Encryption.Builder

  • Method Details

    • sseAlgorithm

      Encryption.Builder sseAlgorithm(String sseAlgorithm)

      The server-side encryption algorithm used for encrypting data in the S3 Table integration.

      Parameters:
      sseAlgorithm - The server-side encryption algorithm used for encrypting data in the S3 Table integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sseAlgorithm

      Encryption.Builder sseAlgorithm(SSEAlgorithm sseAlgorithm)

      The server-side encryption algorithm used for encrypting data in the S3 Table integration.

      Parameters:
      sseAlgorithm - The server-side encryption algorithm used for encrypting data in the S3 Table integration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kmsKeyArn

      Encryption.Builder kmsKeyArn(String kmsKeyArn)

      The Amazon Resource Name (ARN) of the KMS key used for encryption when using customer-managed keys.

      Parameters:
      kmsKeyArn - The Amazon Resource Name (ARN) of the KMS key used for encryption when using customer-managed keys.
      Returns:
      Returns a reference to this object so that method calls can be chained together.