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.BuilderCfnListenerProps.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.listenerAttributes(List<? extends Object> listenerAttributes) Sets the value ofCfnListenerProps.getListenerAttributes()CfnListenerProps.Builder.listenerAttributes(IResolvable listenerAttributes) Sets the value ofCfnListenerProps.getListenerAttributes()CfnListenerProps.Builder.loadBalancerArn(String loadBalancerArn) Sets the value ofCfnListenerProps.getLoadBalancerArn()CfnListenerProps.Builder.mutualAuthentication(IResolvable mutualAuthentication) Sets the value ofCfnListenerProps.getMutualAuthentication()CfnListenerProps.Builder.mutualAuthentication(CfnListener.MutualAuthenticationProperty mutualAuthentication) Sets the value ofCfnListenerProps.getMutualAuthentication()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.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnListenerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnListenerProps.Builder.