Uses of Class
software.amazon.awscdk.services.globalaccelerator.ListenerOptions.Builder
Packages that use ListenerOptions.Builder
Package
Description
AWS::GlobalAccelerator Construct Library
-
Uses of ListenerOptions.Builder in software.amazon.awscdk.services.globalaccelerator
Methods in software.amazon.awscdk.services.globalaccelerator that return ListenerOptions.BuilderModifier and TypeMethodDescriptionstatic ListenerOptions.BuilderListenerOptions.builder()ListenerOptions.Builder.clientAffinity(ClientAffinity clientAffinity) Sets the value ofListenerOptions.getClientAffinity()ListenerOptions.Builder.listenerName(String listenerName) Sets the value ofListenerOptions.getListenerName()ListenerOptions.Builder.portRanges(List<? extends PortRange> portRanges) Sets the value ofListenerOptions.getPortRanges()ListenerOptions.Builder.protocol(ConnectionProtocol protocol) Sets the value ofListenerOptions.getProtocol()Constructors in software.amazon.awscdk.services.globalaccelerator with parameters of type ListenerOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ListenerOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theListenerOptions.Builder.