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