public static interface VpcCidrBlockAssociation.Builder extends CopyableBuilder<VpcCidrBlockAssociation.Builder,VpcCidrBlockAssociation>
| Modifier and Type | Method and Description |
|---|---|
VpcCidrBlockAssociation.Builder |
associationId(String associationId)
The association ID for the IPv4 CIDR block.
|
VpcCidrBlockAssociation.Builder |
cidrBlock(String cidrBlock)
The IPv4 CIDR block.
|
default VpcCidrBlockAssociation.Builder |
cidrBlockState(Consumer<VpcCidrBlockState.Builder> cidrBlockState)
Information about the state of the CIDR block.
|
VpcCidrBlockAssociation.Builder |
cidrBlockState(VpcCidrBlockState cidrBlockState)
Information about the state of the CIDR block.
|
copyapply, buildVpcCidrBlockAssociation.Builder associationId(String associationId)
The association ID for the IPv4 CIDR block.
associationId - The association ID for the IPv4 CIDR block.VpcCidrBlockAssociation.Builder cidrBlock(String cidrBlock)
The IPv4 CIDR block.
cidrBlock - The IPv4 CIDR block.VpcCidrBlockAssociation.Builder cidrBlockState(VpcCidrBlockState cidrBlockState)
Information about the state of the CIDR block.
cidrBlockState - Information about the state of the CIDR block.default VpcCidrBlockAssociation.Builder cidrBlockState(Consumer<VpcCidrBlockState.Builder> cidrBlockState)
Information about the state of the CIDR block.
This is a convenience that creates an instance of theVpcCidrBlockState.Builder avoiding the need to
create one manually via VpcCidrBlockState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to cidrBlockState(VpcCidrBlockState).cidrBlockState - a consumer that will call methods on VpcCidrBlockState.BuildercidrBlockState(VpcCidrBlockState)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.