Interface VpcCidrBlockState.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VpcCidrBlockState.Builder,VpcCidrBlockState>,SdkBuilder<VpcCidrBlockState.Builder,VpcCidrBlockState>,SdkPojo
- Enclosing class:
- VpcCidrBlockState
@Mutable @NotThreadSafe public static interface VpcCidrBlockState.Builder extends SdkPojo, CopyableBuilder<VpcCidrBlockState.Builder,VpcCidrBlockState>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcCidrBlockState.Builderstate(String state)The state of the CIDR block.VpcCidrBlockState.Builderstate(VpcCidrBlockStateCode state)The state of the CIDR block.VpcCidrBlockState.BuilderstatusMessage(String statusMessage)A message about the status of the CIDR block, if applicable.-
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
VpcCidrBlockState.Builder state(String state)
The state of the CIDR block.
- Parameters:
state- The state of the CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VpcCidrBlockStateCode,VpcCidrBlockStateCode
-
state
VpcCidrBlockState.Builder state(VpcCidrBlockStateCode state)
The state of the CIDR block.
- Parameters:
state- The state of the CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VpcCidrBlockStateCode,VpcCidrBlockStateCode
-
statusMessage
VpcCidrBlockState.Builder statusMessage(String statusMessage)
A message about the status of the CIDR block, if applicable.
- Parameters:
statusMessage- A message about the status of the CIDR block, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-