Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateRouteServerEndpointRequest.Builder
Packages that use CreateRouteServerEndpointRequest.Builder
Package
Description
-
Uses of CreateRouteServerEndpointRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateRouteServerEndpointRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createRouteServerEndpoint(Consumer<CreateRouteServerEndpointRequest.Builder> createRouteServerEndpointRequest) Creates a new endpoint for a route server in a specified subnet.Ec2Client.createRouteServerEndpoint(Consumer<CreateRouteServerEndpointRequest.Builder> createRouteServerEndpointRequest) Creates a new endpoint for a route server in a specified subnet. -
Uses of CreateRouteServerEndpointRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateRouteServerEndpointRequest.BuilderModifier and TypeMethodDescriptionCreateRouteServerEndpointRequest.builder()CreateRouteServerEndpointRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier to ensure idempotency of the request.A check for whether you have the required permissions for the action without actually making the request and provides an error response.CreateRouteServerEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateRouteServerEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateRouteServerEndpointRequest.Builder.routeServerId(String routeServerId) The ID of the route server for which to create an endpoint.The ID of the subnet in which to create the route server endpoint.CreateRouteServerEndpointRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the route server endpoint during creation.CreateRouteServerEndpointRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the route server endpoint during creation.CreateRouteServerEndpointRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the route server endpoint during creation.CreateRouteServerEndpointRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateRouteServerEndpointRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateRouteServerEndpointRequest.Builder>CreateRouteServerEndpointRequest.serializableBuilderClass()