public static interface AssociateVpcCidrBlockRequest.Builder extends EC2Request.Builder, CopyableBuilder<AssociateVpcCidrBlockRequest.Builder,AssociateVpcCidrBlockRequest>
Modifier and Type | Method and Description |
---|---|
AssociateVpcCidrBlockRequest.Builder |
amazonProvidedIpv6CidrBlock(Boolean amazonProvidedIpv6CidrBlock)
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
|
AssociateVpcCidrBlockRequest.Builder |
cidrBlock(String cidrBlock)
An IPv4 CIDR block to associate with the VPC.
|
AssociateVpcCidrBlockRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AssociateVpcCidrBlockRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateVpcCidrBlockRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
build
requestOverrideConfig
copy
apply, build
AssociateVpcCidrBlockRequest.Builder amazonProvidedIpv6CidrBlock(Boolean amazonProvidedIpv6CidrBlock)
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.
amazonProvidedIpv6CidrBlock
- Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify
the range of IPv6 addresses, or the size of the CIDR block.AssociateVpcCidrBlockRequest.Builder cidrBlock(String cidrBlock)
An IPv4 CIDR block to associate with the VPC.
cidrBlock
- An IPv4 CIDR block to associate with the VPC.AssociateVpcCidrBlockRequest.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.AssociateVpcCidrBlockRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.AssociateVpcCidrBlockRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.