Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateRouteTableRequest.Builder
Packages that use CreateRouteTableRequest.Builder
Package
Description
-
Uses of CreateRouteTableRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateRouteTableRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createRouteTable(Consumer<CreateRouteTableRequest.Builder> createRouteTableRequest) Creates a route table for the specified VPC.default CreateRouteTableResponseEc2Client.createRouteTable(Consumer<CreateRouteTableRequest.Builder> createRouteTableRequest) Creates a route table for the specified VPC. -
Uses of CreateRouteTableRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateRouteTableRequest.BuilderModifier and TypeMethodDescriptionCreateRouteTableRequest.builder()CreateRouteTableRequest.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.CreateRouteTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateRouteTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateRouteTableRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the route table.CreateRouteTableRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the route table.CreateRouteTableRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the route table.CreateRouteTableRequest.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateRouteTableRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateRouteTableRequest.Builder>CreateRouteTableRequest.serializableBuilderClass()