Interface VpcEncryptionControlExclusion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VpcEncryptionControlExclusion.Builder,VpcEncryptionControlExclusion>,SdkBuilder<VpcEncryptionControlExclusion.Builder,VpcEncryptionControlExclusion>,SdkPojo
- Enclosing class:
- VpcEncryptionControlExclusion
@Mutable @NotThreadSafe public static interface VpcEncryptionControlExclusion.Builder extends SdkPojo, CopyableBuilder<VpcEncryptionControlExclusion.Builder,VpcEncryptionControlExclusion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcEncryptionControlExclusion.Builderstate(String state)Sets the value of the State property for this object.VpcEncryptionControlExclusion.Builderstate(VpcEncryptionControlExclusionState state)Sets the value of the State property for this object.VpcEncryptionControlExclusion.BuilderstateMessage(String stateMessage)Sets the value of the StateMessage property for this object.-
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
-
state
VpcEncryptionControlExclusion.Builder state(String state)
Sets the value of the State property for this object.- Parameters:
state- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VpcEncryptionControlExclusionState,VpcEncryptionControlExclusionState
-
state
VpcEncryptionControlExclusion.Builder state(VpcEncryptionControlExclusionState state)
Sets the value of the State property for this object.- Parameters:
state- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VpcEncryptionControlExclusionState,VpcEncryptionControlExclusionState
-
stateMessage
VpcEncryptionControlExclusion.Builder stateMessage(String stateMessage)
Sets the value of the StateMessage property for this object.- Parameters:
stateMessage- The new value for the StateMessage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-