CreateSecondarySubnetRequest.Builder |
CreateSecondarySubnetRequest.Builder.availabilityZone(String availabilityZone) |
The Availability Zone for the secondary subnet.
|
CreateSecondarySubnetRequest.Builder |
CreateSecondarySubnetRequest.Builder.availabilityZoneId(String availabilityZoneId) |
The ID of the Availability Zone for the secondary subnet.
|
static CreateSecondarySubnetRequest.Builder |
CreateSecondarySubnetRequest.builder() |
|
CreateSecondarySubnetRequest.Builder |
CreateSecondarySubnetRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateSecondarySubnetRequest.Builder |
CreateSecondarySubnetRequest.Builder.dryRun(Boolean dryRun) |
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
CreateSecondarySubnetRequest.Builder |
CreateSecondarySubnetRequest.Builder.ipv4CidrBlock(String ipv4CidrBlock) |
The IPv4 CIDR block for the secondary subnet.
|
CreateSecondarySubnetRequest.Builder |
CreateSecondarySubnetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateSecondarySubnetRequest.Builder |
CreateSecondarySubnetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateSecondarySubnetRequest.Builder |
CreateSecondarySubnetRequest.Builder.secondaryNetworkId(String secondaryNetworkId) |
The ID of the secondary network in which to create the secondary subnet.
|
CreateSecondarySubnetRequest.Builder |
CreateSecondarySubnetRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) |
The tags to assign to the secondary subnet.
|
CreateSecondarySubnetRequest.Builder |
CreateSecondarySubnetRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) |
The tags to assign to the secondary subnet.
|
CreateSecondarySubnetRequest.Builder |
CreateSecondarySubnetRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) |
The tags to assign to the secondary subnet.
|
CreateSecondarySubnetRequest.Builder |
CreateSecondarySubnetRequest.toBuilder() |
|