Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateRouteServerRequest.Builder
Packages that use CreateRouteServerRequest.Builder
Package
Description
-
Uses of CreateRouteServerRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateRouteServerRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createRouteServer(Consumer<CreateRouteServerRequest.Builder> createRouteServerRequest) Creates a new route server to manage dynamic routing in a VPC.default CreateRouteServerResponseEc2Client.createRouteServer(Consumer<CreateRouteServerRequest.Builder> createRouteServerRequest) Creates a new route server to manage dynamic routing in a VPC. -
Uses of CreateRouteServerRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateRouteServerRequest.BuilderModifier and TypeMethodDescriptionCreateRouteServerRequest.Builder.amazonSideAsn(Long amazonSideAsn) The private Autonomous System Number (ASN) for the Amazon side of the BGP session.CreateRouteServerRequest.builder()CreateRouteServerRequest.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.CreateRouteServerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateRouteServerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateRouteServerRequest.Builder.persistRoutes(String persistRoutes) Indicates whether routes should be persisted after all BGP sessions are terminated.CreateRouteServerRequest.Builder.persistRoutes(RouteServerPersistRoutesAction persistRoutes) Indicates whether routes should be persisted after all BGP sessions are terminated.CreateRouteServerRequest.Builder.persistRoutesDuration(Long persistRoutesDuration) The number of minutes a route server will wait after BGP is re-established to unpersist the routes in the FIB and RIB.CreateRouteServerRequest.Builder.snsNotificationsEnabled(Boolean snsNotificationsEnabled) Indicates whether SNS notifications should be enabled for route server events.CreateRouteServerRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the route server during creation.CreateRouteServerRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the route server during creation.CreateRouteServerRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the route server during creation.CreateRouteServerRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateRouteServerRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateRouteServerRequest.Builder>CreateRouteServerRequest.serializableBuilderClass()