Interface EncryptionDetails.Builder

  • Method Details

    • encryptionType

      EncryptionDetails.Builder encryptionType(String encryptionType)

      The type of encryption that protects the data on your cluster.

      Parameters:
      encryptionType - The type of encryption that protects the data on your cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • encryptionType

      EncryptionDetails.Builder encryptionType(EncryptionType encryptionType)

      The type of encryption that protects the data on your cluster.

      Parameters:
      encryptionType - The type of encryption that protects the data on your cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kmsKeyArn

      EncryptionDetails.Builder kmsKeyArn(String kmsKeyArn)

      The ARN of the KMS key that encrypts data in the cluster.

      Parameters:
      kmsKeyArn - The ARN of the KMS key that encrypts data in the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryptionStatus

      EncryptionDetails.Builder encryptionStatus(String encryptionStatus)

      The status of encryption for the cluster.

      Parameters:
      encryptionStatus - The status of encryption for the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • encryptionStatus

      EncryptionDetails.Builder encryptionStatus(EncryptionStatus encryptionStatus)

      The status of encryption for the cluster.

      Parameters:
      encryptionStatus - The status of encryption for the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: