Interface EncryptionAtRestOptions.Builder

    • Method Detail

      • enabled

        EncryptionAtRestOptions.Builder enabled​(Boolean enabled)

        Specifies the option to enable Encryption At Rest.

        Parameters:
        enabled - Specifies the option to enable Encryption At Rest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyId

        EncryptionAtRestOptions.Builder kmsKeyId​(String kmsKeyId)

        Specifies the KMS Key ID for Encryption At Rest options.

        Parameters:
        kmsKeyId - Specifies the KMS Key ID for Encryption At Rest options.
        Returns:
        Returns a reference to this object so that method calls can be chained together.