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
Modifier and TypeMethodDescriptionThe current state of the exclusion configuration.The current state of the exclusion configuration.stateMessage(String stateMessage) A message providing additional information about the exclusion state.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
state
The current state of the exclusion configuration.
- Parameters:
state- The current state of the exclusion configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of the exclusion configuration.
- Parameters:
state- The current state of the exclusion configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stateMessage
A message providing additional information about the exclusion state.
- Parameters:
stateMessage- A message providing additional information about the exclusion state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-