Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateRouteServerPeerRequest.Builder
Packages that use CreateRouteServerPeerRequest.Builder
Package
Description
-
Uses of CreateRouteServerPeerRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateRouteServerPeerRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createRouteServerPeer(Consumer<CreateRouteServerPeerRequest.Builder> createRouteServerPeerRequest) Creates a new BGP peer for a specified route server endpoint.default CreateRouteServerPeerResponseEc2Client.createRouteServerPeer(Consumer<CreateRouteServerPeerRequest.Builder> createRouteServerPeerRequest) Creates a new BGP peer for a specified route server endpoint. -
Uses of CreateRouteServerPeerRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateRouteServerPeerRequest.BuilderModifier and TypeMethodDescriptionCreateRouteServerPeerRequest.Builder.bgpOptions(Consumer<RouteServerBgpOptionsRequest.Builder> bgpOptions) The BGP options for the peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.CreateRouteServerPeerRequest.Builder.bgpOptions(RouteServerBgpOptionsRequest bgpOptions) The BGP options for the peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.CreateRouteServerPeerRequest.builder()A check for whether you have the required permissions for the action without actually making the request and provides an error response.CreateRouteServerPeerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateRouteServerPeerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateRouteServerPeerRequest.Builder.peerAddress(String peerAddress) The IPv4 address of the peer device.CreateRouteServerPeerRequest.Builder.routeServerEndpointId(String routeServerEndpointId) The ID of the route server endpoint for which to create a peer.CreateRouteServerPeerRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the route server peer during creation.CreateRouteServerPeerRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the route server peer during creation.CreateRouteServerPeerRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the route server peer during creation.CreateRouteServerPeerRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateRouteServerPeerRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateRouteServerPeerRequest.Builder>CreateRouteServerPeerRequest.serializableBuilderClass()