Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateSecondarySubnetRequest.Builder
Packages that use CreateSecondarySubnetRequest.Builder
Package
Description
-
Uses of CreateSecondarySubnetRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateSecondarySubnetRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createSecondarySubnet(Consumer<CreateSecondarySubnetRequest.Builder> createSecondarySubnetRequest) Creates a secondary subnet in a secondary network.default CreateSecondarySubnetResponseEc2Client.createSecondarySubnet(Consumer<CreateSecondarySubnetRequest.Builder> createSecondarySubnetRequest) Creates a secondary subnet in a secondary network. -
Uses of CreateSecondarySubnetRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateSecondarySubnetRequest.BuilderModifier and TypeMethodDescriptionCreateSecondarySubnetRequest.Builder.availabilityZone(String availabilityZone) The Availability Zone for the secondary subnet.CreateSecondarySubnetRequest.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone for the secondary subnet.CreateSecondarySubnetRequest.builder()CreateSecondarySubnetRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateSecondarySubnetRequest.Builder.ipv4CidrBlock(String ipv4CidrBlock) The IPv4 CIDR block for the secondary subnet.CreateSecondarySubnetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateSecondarySubnetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateSecondarySubnetRequest.Builder.secondaryNetworkId(String secondaryNetworkId) The ID of the secondary network in which to create the secondary subnet.CreateSecondarySubnetRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the secondary subnet.CreateSecondarySubnetRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the secondary subnet.CreateSecondarySubnetRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the secondary subnet.CreateSecondarySubnetRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateSecondarySubnetRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateSecondarySubnetRequest.Builder>CreateSecondarySubnetRequest.serializableBuilderClass()