Interface EncryptionSupport.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EncryptionSupport.Builder,EncryptionSupport>, SdkBuilder<EncryptionSupport.Builder,EncryptionSupport>, SdkPojo
Enclosing class:
EncryptionSupport

@Mutable @NotThreadSafe public static interface EncryptionSupport.Builder extends SdkPojo, CopyableBuilder<EncryptionSupport.Builder,EncryptionSupport>
  • Method Details

    • encryptionState

      EncryptionSupport.Builder encryptionState(String encryptionState)

      The current encryption state of the resource.

      Parameters:
      encryptionState - The current encryption state of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • encryptionState

      EncryptionSupport.Builder encryptionState(EncryptionStateValue encryptionState)

      The current encryption state of the resource.

      Parameters:
      encryptionState - The current encryption state of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stateMessage

      EncryptionSupport.Builder stateMessage(String stateMessage)

      A message describing the encryption state.

      Parameters:
      stateMessage - A message describing the encryption state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.