Uses of Interface
software.amazon.awssdk.services.ec2.model.RouteServer.Builder
Packages that use RouteServer.Builder
-
Uses of RouteServer.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServer.BuilderModifier and TypeMethodDescriptionRouteServer.Builder.amazonSideAsn(Long amazonSideAsn) The Border Gateway Protocol (BGP) Autonomous System Number (ASN) for the appliance.static RouteServer.BuilderRouteServer.builder()RouteServer.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.RouteServer.Builder.persistRoutesState(String persistRoutesState) The current state of route persistence for the route server.RouteServer.Builder.persistRoutesState(RouteServerPersistRoutesState persistRoutesState) The current state of route persistence for the route server.RouteServer.Builder.routeServerId(String routeServerId) The unique identifier of the route server.RouteServer.Builder.snsNotificationsEnabled(Boolean snsNotificationsEnabled) Indicates whether SNS notifications are enabled for the route server.RouteServer.Builder.snsTopicArn(String snsTopicArn) The ARN of the SNS topic where notifications are published.The current state of the route server.RouteServer.Builder.state(RouteServerState state) The current state of the route server.RouteServer.Builder.tags(Collection<Tag> tags) Any tags assigned to the route server.RouteServer.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the route server.Any tags assigned to the route server.RouteServer.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServer.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RouteServer.Builder>RouteServer.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RouteServer.BuilderModifier and TypeMethodDescriptionCreateRouteServerResponse.Builder.routeServer(Consumer<RouteServer.Builder> routeServer) Information about the created route server.DeleteRouteServerResponse.Builder.routeServer(Consumer<RouteServer.Builder> routeServer) Information about the deleted route server.ModifyRouteServerResponse.Builder.routeServer(Consumer<RouteServer.Builder> routeServer) Information about the modified route server.