public static interface AssociateSubnetCidrBlockRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AssociateSubnetCidrBlockRequest.Builder,AssociateSubnetCidrBlockRequest>
Modifier and Type | Method and Description |
---|---|
AssociateSubnetCidrBlockRequest.Builder |
ipv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block for your subnet.
|
AssociateSubnetCidrBlockRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateSubnetCidrBlockRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateSubnetCidrBlockRequest.Builder |
subnetId(String subnetId)
The ID of your subnet.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AssociateSubnetCidrBlockRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AssociateSubnetCidrBlockRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.