Uses of Class
software.amazon.awscdk.services.globalaccelerator.CfnListenerProps.Builder
Packages that use CfnListenerProps.Builder
Package
Description
AWS::GlobalAccelerator Construct Library
-
Uses of CfnListenerProps.Builder in software.amazon.awscdk.services.globalaccelerator
Methods in software.amazon.awscdk.services.globalaccelerator that return CfnListenerProps.BuilderModifier and TypeMethodDescriptionCfnListenerProps.Builder.acceleratorArn
(String acceleratorArn) Sets the value ofCfnListenerProps.getAcceleratorArn()
static CfnListenerProps.Builder
CfnListenerProps.builder()
CfnListenerProps.Builder.clientAffinity
(String clientAffinity) Sets the value ofCfnListenerProps.getClientAffinity()
CfnListenerProps.Builder.portRanges
(List<? extends Object> portRanges) Sets the value ofCfnListenerProps.getPortRanges()
CfnListenerProps.Builder.portRanges
(IResolvable portRanges) Sets the value ofCfnListenerProps.getPortRanges()
Sets the value ofCfnListenerProps.getProtocol()
Constructors in software.amazon.awscdk.services.globalaccelerator with parameters of type CfnListenerProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnListenerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnListenerProps.Builder
.