Interface EncryptionConfig.Builder

    • Method Detail

      • enabled

        EncryptionConfig.Builder enabled​(Boolean enabled)
        Sets the value of the Enabled property for this object.
        Parameters:
        enabled - The new value for the Enabled property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • encryptionType

        EncryptionConfig.Builder encryptionType​(String encryptionType)
        Sets the value of the EncryptionType property for this object.
        Parameters:
        encryptionType - The new value for the EncryptionType property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EncryptionType, EncryptionType
      • encryptionType

        EncryptionConfig.Builder encryptionType​(EncryptionType encryptionType)
        Sets the value of the EncryptionType property for this object.
        Parameters:
        encryptionType - The new value for the EncryptionType property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EncryptionType, EncryptionType
      • keyArn

        EncryptionConfig.Builder keyArn​(String keyArn)
        Sets the value of the KeyArn property for this object.
        Parameters:
        keyArn - The new value for the KeyArn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.