CopyableBuilder<AssociateVpcCidrBlockRequest.Builder,AssociateVpcCidrBlockRequest>
, SdkBuilder<AssociateVpcCidrBlockRequest.Builder,AssociateVpcCidrBlockRequest>
public static interface AssociateVpcCidrBlockRequest.Builder extends CopyableBuilder<AssociateVpcCidrBlockRequest.Builder,AssociateVpcCidrBlockRequest>
Modifier and Type | Method | Description |
---|---|---|
AssociateVpcCidrBlockRequest.Builder |
amazonProvidedIpv6CidrBlock(Boolean amazonProvidedIpv6CidrBlock) |
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
|
AssociateVpcCidrBlockRequest.Builder |
vpcId(String vpcId) |
The ID of the VPC.
|
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 vpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.