Uses of Class
software.amazon.awscdk.services.elasticloadbalancing.LoadBalancerListener.Builder
Packages that use LoadBalancerListener.Builder
Package
Description
Amazon Elastic Load Balancing Construct Library
-
Uses of LoadBalancerListener.Builder in software.amazon.awscdk.services.elasticloadbalancing
Methods in software.amazon.awscdk.services.elasticloadbalancing that return LoadBalancerListener.BuilderModifier and TypeMethodDescriptionLoadBalancerListener.Builder.allowConnectionsFrom(List<? extends IConnectable> allowConnectionsFrom) Sets the value ofLoadBalancerListener.getAllowConnectionsFrom()static LoadBalancerListener.BuilderLoadBalancerListener.builder()LoadBalancerListener.Builder.externalPort(Number externalPort) Sets the value ofLoadBalancerListener.getExternalPort()LoadBalancerListener.Builder.externalProtocol(LoadBalancingProtocol externalProtocol) Sets the value ofLoadBalancerListener.getExternalProtocol()LoadBalancerListener.Builder.internalPort(Number internalPort) Sets the value ofLoadBalancerListener.getInternalPort()LoadBalancerListener.Builder.internalProtocol(LoadBalancingProtocol internalProtocol) Sets the value ofLoadBalancerListener.getInternalProtocol()LoadBalancerListener.Builder.policyNames(List<String> policyNames) Sets the value ofLoadBalancerListener.getPolicyNames()LoadBalancerListener.Builder.sslCertificateArn(String sslCertificateArn) Sets the value ofLoadBalancerListener.getSslCertificateArn()Constructors in software.amazon.awscdk.services.elasticloadbalancing with parameters of type LoadBalancerListener.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(LoadBalancerListener.Builder builder) Constructor that initializes the object based on literal property values passed by theLoadBalancerListener.Builder.