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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionSupport.BuilderencryptionState(String encryptionState)The current encryption state of the resource.EncryptionSupport.BuilderencryptionState(EncryptionStateValue encryptionState)The current encryption state of the resource.EncryptionSupport.BuilderstateMessage(String stateMessage)A message describing the encryption state.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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:
EncryptionStateValue,EncryptionStateValue
-
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:
EncryptionStateValue,EncryptionStateValue
-
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.
-
-