Uses of Interface
software.amazon.awssdk.services.ec2.model.RouteServerPeer.Builder
Packages that use RouteServerPeer.Builder
-
Uses of RouteServerPeer.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServerPeer.BuilderModifier and TypeMethodDescriptiondefault RouteServerPeer.BuilderRouteServerPeer.Builder.bfdStatus(Consumer<RouteServerBfdStatus.Builder> bfdStatus) The current status of the BFD session with this peer.RouteServerPeer.Builder.bfdStatus(RouteServerBfdStatus bfdStatus) The current status of the BFD session with this peer.default RouteServerPeer.BuilderRouteServerPeer.Builder.bgpOptions(Consumer<RouteServerBgpOptions.Builder> bgpOptions) The BGP configuration options for this peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.RouteServerPeer.Builder.bgpOptions(RouteServerBgpOptions bgpOptions) The BGP configuration options for this peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.default RouteServerPeer.BuilderRouteServerPeer.Builder.bgpStatus(Consumer<RouteServerBgpStatus.Builder> bgpStatus) The current status of the BGP session with this peer.RouteServerPeer.Builder.bgpStatus(RouteServerBgpStatus bgpStatus) The current status of the BGP session with this peer.static RouteServerPeer.BuilderRouteServerPeer.builder()RouteServerPeer.Builder.endpointEniAddress(String endpointEniAddress) The IP address of the Elastic network interface for the route server endpoint.RouteServerPeer.Builder.endpointEniId(String endpointEniId) The ID of the Elastic network interface for the route server endpoint.RouteServerPeer.Builder.failureReason(String failureReason) The reason for any failure in peer creation or operation.RouteServerPeer.Builder.peerAddress(String peerAddress) The IPv4 address of the peer device.RouteServerPeer.Builder.routeServerEndpointId(String routeServerEndpointId) The ID of the route server endpoint associated with this peer.RouteServerPeer.Builder.routeServerId(String routeServerId) The ID of the route server associated with this peer.RouteServerPeer.Builder.routeServerPeerId(String routeServerPeerId) The unique identifier of the route server peer.The current state of the route server peer.RouteServerPeer.Builder.state(RouteServerPeerState state) The current state of the route server peer.The ID of the subnet containing the route server peer.RouteServerPeer.Builder.tags(Collection<Tag> tags) Any tags assigned to the route server peer.RouteServerPeer.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the route server peer.Any tags assigned to the route server peer.RouteServerPeer.toBuilder()The ID of the VPC containing the route server peer.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServerPeer.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RouteServerPeer.Builder>RouteServerPeer.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RouteServerPeer.BuilderModifier and TypeMethodDescriptionCreateRouteServerPeerResponse.Builder.routeServerPeer(Consumer<RouteServerPeer.Builder> routeServerPeer) Information about the created route server peer.DeleteRouteServerPeerResponse.Builder.routeServerPeer(Consumer<RouteServerPeer.Builder> routeServerPeer) Information about the deleted route server peer.