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 SummaryModifier and TypeMethodDescriptionThe state of the CIDR block.state(VpcCidrBlockStateCode state) The state of the 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
stateThe 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:
 
- 
stateThe 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:
 
- 
statusMessageA 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.
 
 
-