Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationListenerProps.Builder
Packages that use ApplicationListenerProps.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ApplicationListenerProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ApplicationListenerProps.BuilderModifier and TypeMethodDescriptionApplicationListenerProps.builder()ApplicationListenerProps.Builder.certificates(List<? extends IListenerCertificate> certificates) Sets the value ofBaseApplicationListenerProps.getCertificates()ApplicationListenerProps.Builder.defaultAction(ListenerAction defaultAction) Sets the value ofBaseApplicationListenerProps.getDefaultAction()ApplicationListenerProps.Builder.defaultTargetGroups(List<? extends IApplicationTargetGroup> defaultTargetGroups) Sets the value ofBaseApplicationListenerProps.getDefaultTargetGroups()ApplicationListenerProps.Builder.loadBalancer(IApplicationLoadBalancer loadBalancer) Sets the value ofApplicationListenerProps.getLoadBalancer()ApplicationListenerProps.Builder.mutualAuthentication(MutualAuthentication mutualAuthentication) Sets the value ofBaseApplicationListenerProps.getMutualAuthentication()Sets the value ofBaseApplicationListenerProps.getOpen()Sets the value ofBaseApplicationListenerProps.getPort()ApplicationListenerProps.Builder.protocol(ApplicationProtocol protocol) Sets the value ofBaseApplicationListenerProps.getProtocol()Sets the value ofBaseApplicationListenerProps.getSslPolicy()Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type ApplicationListenerProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theApplicationListenerProps.Builder.