Uses of Class
software.amazon.awscdk.services.globalaccelerator.Listener.Builder
Packages that use Listener.Builder
Package
Description
AWS::GlobalAccelerator Construct Library
-
Uses of Listener.Builder in software.amazon.awscdk.services.globalaccelerator
Methods in software.amazon.awscdk.services.globalaccelerator that return Listener.BuilderModifier and TypeMethodDescriptionListener.Builder.accelerator(IAccelerator accelerator) The accelerator for this listener.Listener.Builder.clientAffinity(ClientAffinity clientAffinity) Client affinity to direct all requests from a user to the same endpoint.static Listener.BuilderListener.Builder.listenerName(String listenerName) Name of the listener.Listener.Builder.portRanges(List<? extends PortRange> portRanges) The list of port ranges for the connections from clients to the accelerator.Listener.Builder.protocol(ConnectionProtocol protocol) The protocol for the connections from clients to the accelerator.