public static interface AssociateSubnetCidrBlockRequest.Builder extends EC2Request.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<AssociateSubnetCidrBlockRequest.Builder,AssociateSubnetCidrBlockRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateSubnetCidrBlockRequest.Builder |
ipv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block for your subnet.
|
AssociateSubnetCidrBlockRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
AssociateSubnetCidrBlockRequest.Builder |
subnetId(String subnetId)
The ID of your subnet.
|
buildrequestOverrideConfig, requestOverrideConfigAssociateSubnetCidrBlockRequest.Builder ipv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.
ipv6CidrBlock - The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.AssociateSubnetCidrBlockRequest.Builder subnetId(String subnetId)
The ID of your subnet.
subnetId - The ID of your subnet.AssociateSubnetCidrBlockRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2017. All rights reserved.