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