Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateSubnetRequest.Builder
Packages that use CreateSubnetRequest.Builder
Package
Description
-
Uses of CreateSubnetRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateSubnetRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateSubnetResponse>Ec2AsyncClient.createSubnet(Consumer<CreateSubnetRequest.Builder> createSubnetRequest) Creates a subnet in the specified VPC.default CreateSubnetResponseEc2Client.createSubnet(Consumer<CreateSubnetRequest.Builder> createSubnetRequest) Creates a subnet in the specified VPC. -
Uses of CreateSubnetRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateSubnetRequest.BuilderModifier and TypeMethodDescriptionCreateSubnetRequest.Builder.availabilityZone(String availabilityZone) The Availability Zone or Local Zone for the subnet.CreateSubnetRequest.Builder.availabilityZoneId(String availabilityZoneId) The AZ ID or the Local Zone ID of the subnet.static CreateSubnetRequest.BuilderCreateSubnetRequest.builder()The IPv4 network range for the subnet, in CIDR notation.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateSubnetRequest.Builder.ipv4IpamPoolId(String ipv4IpamPoolId) An IPv4 IPAM pool ID for the subnet.CreateSubnetRequest.Builder.ipv4NetmaskLength(Integer ipv4NetmaskLength) An IPv4 netmask length for the subnet.CreateSubnetRequest.Builder.ipv6CidrBlock(String ipv6CidrBlock) The IPv6 network range for the subnet, in CIDR notation.CreateSubnetRequest.Builder.ipv6IpamPoolId(String ipv6IpamPoolId) An IPv6 IPAM pool ID for the subnet.CreateSubnetRequest.Builder.ipv6Native(Boolean ipv6Native) Indicates whether to create an IPv6 only subnet.CreateSubnetRequest.Builder.ipv6NetmaskLength(Integer ipv6NetmaskLength) An IPv6 netmask length for the subnet.CreateSubnetRequest.Builder.outpostArn(String outpostArn) The Amazon Resource Name (ARN) of the Outpost.CreateSubnetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateSubnetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateSubnetRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the subnet.CreateSubnetRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the subnet.CreateSubnetRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the subnet.CreateSubnetRequest.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateSubnetRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateSubnetRequest.Builder>CreateSubnetRequest.serializableBuilderClass()