Uses of Interface
software.amazon.awssdk.services.ec2.model.RouteServerEndpoint.Builder
Packages that use RouteServerEndpoint.Builder
-
Uses of RouteServerEndpoint.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServerEndpoint.BuilderModifier and TypeMethodDescriptionstatic RouteServerEndpoint.BuilderRouteServerEndpoint.builder()RouteServerEndpoint.Builder.eniAddress(String eniAddress) The IP address of the Elastic network interface for the endpoint.The ID of the Elastic network interface for the endpoint.RouteServerEndpoint.Builder.failureReason(String failureReason) The reason for any failure in endpoint creation or operation.RouteServerEndpoint.Builder.routeServerEndpointId(String routeServerEndpointId) The unique identifier of the route server endpoint.RouteServerEndpoint.Builder.routeServerId(String routeServerId) The ID of the route server associated with this endpoint.The current state of the route server endpoint.RouteServerEndpoint.Builder.state(RouteServerEndpointState state) The current state of the route server endpoint.The ID of the subnet to place the route server endpoint into.RouteServerEndpoint.Builder.tags(Collection<Tag> tags) Any tags assigned to the route server endpoint.RouteServerEndpoint.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the route server endpoint.Any tags assigned to the route server endpoint.RouteServerEndpoint.toBuilder()The ID of the VPC containing the endpoint.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServerEndpoint.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RouteServerEndpoint.Builder>RouteServerEndpoint.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RouteServerEndpoint.BuilderModifier and TypeMethodDescriptionCreateRouteServerEndpointResponse.Builder.routeServerEndpoint(Consumer<RouteServerEndpoint.Builder> routeServerEndpoint) Information about the created route server endpoint.DeleteRouteServerEndpointResponse.Builder.routeServerEndpoint(Consumer<RouteServerEndpoint.Builder> routeServerEndpoint) Information about the deleted route server endpoint.