public static interface VpcCidrBlockState.Builder extends SdkPojo, CopyableBuilder<VpcCidrBlockState.Builder,VpcCidrBlockState>
Modifier and Type | Method and Description |
---|---|
VpcCidrBlockState.Builder |
state(String state)
The state of the CIDR block.
|
VpcCidrBlockState.Builder |
state(VpcCidrBlockStateCode state)
The state of the CIDR block.
|
VpcCidrBlockState.Builder |
statusMessage(String statusMessage)
A message about the status of the CIDR block, if applicable.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
VpcCidrBlockState.Builder state(String state)
The state of the CIDR block.
state
- The state of the CIDR block.VpcCidrBlockStateCode
,
VpcCidrBlockStateCode
VpcCidrBlockState.Builder state(VpcCidrBlockStateCode state)
The state of the CIDR block.
state
- The state of the CIDR block.VpcCidrBlockStateCode
,
VpcCidrBlockStateCode
VpcCidrBlockState.Builder statusMessage(String statusMessage)
A message about the status of the CIDR block, if applicable.
statusMessage
- A message about the status of the CIDR block, if applicable.Copyright © 2020. All rights reserved.