public static interface VpcCidrBlockAssociation.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
VpcCidrBlockAssociation.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 method 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.Builder
cidrBlockState(VpcCidrBlockState)
Copyright © 2023. All rights reserved.