Interface SubnetCidrBlockState.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SubnetCidrBlockState.Builder,
,SubnetCidrBlockState> SdkBuilder<SubnetCidrBlockState.Builder,
,SubnetCidrBlockState> SdkPojo
- Enclosing class:
SubnetCidrBlockState
public static interface SubnetCidrBlockState.Builder
extends SdkPojo, CopyableBuilder<SubnetCidrBlockState.Builder,SubnetCidrBlockState>
-
Method Summary
Modifier and TypeMethodDescriptionThe state of a CIDR block.state
(SubnetCidrBlockStateCode state) The state of a CIDR block.statusMessage
(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, sdkFields
-
Method Details
-
state
The state of a CIDR block.
- Parameters:
state
- The state of a CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of a CIDR block.
- Parameters:
state
- The state of a CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-