Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationListenerLookupOptions.Builder
Packages that use ApplicationListenerLookupOptions.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ApplicationListenerLookupOptions.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ApplicationListenerLookupOptions.BuilderModifier and TypeMethodDescriptionApplicationListenerLookupOptions.builder()ApplicationListenerLookupOptions.Builder.listenerArn(String listenerArn) Sets the value ofApplicationListenerLookupOptions.getListenerArn()ApplicationListenerLookupOptions.Builder.listenerPort(Number listenerPort) Sets the value ofBaseListenerLookupOptions.getListenerPort()ApplicationListenerLookupOptions.Builder.listenerProtocol(ApplicationProtocol listenerProtocol) Sets the value ofApplicationListenerLookupOptions.getListenerProtocol()ApplicationListenerLookupOptions.Builder.loadBalancerArn(String loadBalancerArn) Sets the value ofBaseListenerLookupOptions.getLoadBalancerArn()ApplicationListenerLookupOptions.Builder.loadBalancerTags(Map<String, String> loadBalancerTags) Sets the value ofBaseListenerLookupOptions.getLoadBalancerTags()Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type ApplicationListenerLookupOptions.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theApplicationListenerLookupOptions.Builder.