public static interface AssociateSubnetCidrBlockRequest.Builder extends EC2Request.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)
Add an optional request override configuration.
|
AssociateSubnetCidrBlockRequest.Builder |
subnetId(String subnetId)
The ID of your subnet.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildAssociateSubnetCidrBlockRequest.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)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.