Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerProps.Builder
Packages that use CfnListenerProps.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnListenerProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return CfnListenerProps.BuilderModifier and TypeMethodDescriptionCfnListenerProps.Builder.alpnPolicy
(List<String> alpnPolicy) Sets the value ofCfnListenerProps.getAlpnPolicy()
static CfnListenerProps.Builder
CfnListenerProps.builder()
CfnListenerProps.Builder.certificates
(List<? extends Object> certificates) Sets the value ofCfnListenerProps.getCertificates()
CfnListenerProps.Builder.certificates
(IResolvable certificates) Sets the value ofCfnListenerProps.getCertificates()
CfnListenerProps.Builder.defaultActions
(List<? extends Object> defaultActions) Sets the value ofCfnListenerProps.getDefaultActions()
CfnListenerProps.Builder.defaultActions
(IResolvable defaultActions) Sets the value ofCfnListenerProps.getDefaultActions()
CfnListenerProps.Builder.loadBalancerArn
(String loadBalancerArn) Sets the value ofCfnListenerProps.getLoadBalancerArn()
Sets the value ofCfnListenerProps.getPort()
Sets the value ofCfnListenerProps.getProtocol()
Sets the value ofCfnListenerProps.getSslPolicy()
Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 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
.