public static interface CreateDefaultSubnetRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateDefaultSubnetRequest.Builder,CreateDefaultSubnetRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDefaultSubnetRequest.Builder |
availabilityZone(String availabilityZone)
The Availability Zone in which to create the default subnet.
|
CreateDefaultSubnetRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
CreateDefaultSubnetRequest.Builder |
ipv6Native(Boolean ipv6Native)
Indicates whether to create an IPv6 only subnet.
|
CreateDefaultSubnetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDefaultSubnetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDefaultSubnetRequest.Builder availabilityZone(String availabilityZone)
The Availability Zone in which to create the default subnet.
availabilityZone - The Availability Zone in which to create the default subnet.CreateDefaultSubnetRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.CreateDefaultSubnetRequest.Builder ipv6Native(Boolean ipv6Native)
Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this Availability Zone, you must delete it before you can create an IPv6 only subnet.
ipv6Native - Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this
Availability Zone, you must delete it before you can create an IPv6 only subnet.CreateDefaultSubnetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDefaultSubnetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.