@Stability(value=Stable) public static final class ApplicationListenerLookupOptions.Builder extends Object implements software.amazon.jsii.Builder<ApplicationListenerLookupOptions>
ApplicationListenerLookupOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationListenerLookupOptions |
build()
Builds the configured instance.
|
ApplicationListenerLookupOptions.Builder |
listenerArn(String listenerArn)
Sets the value of
ApplicationListenerLookupOptions.getListenerArn() |
ApplicationListenerLookupOptions.Builder |
listenerPort(Number listenerPort)
Sets the value of
BaseListenerLookupOptions.getListenerPort() |
ApplicationListenerLookupOptions.Builder |
listenerProtocol(ApplicationProtocol listenerProtocol)
Sets the value of
ApplicationListenerLookupOptions.getListenerProtocol() |
ApplicationListenerLookupOptions.Builder |
loadBalancerArn(String loadBalancerArn)
Sets the value of
BaseListenerLookupOptions.getLoadBalancerArn() |
ApplicationListenerLookupOptions.Builder |
loadBalancerTags(Map<String,String> loadBalancerTags)
Sets the value of
BaseListenerLookupOptions.getLoadBalancerTags() |
@Stability(value=Stable) public ApplicationListenerLookupOptions.Builder listenerArn(String listenerArn)
ApplicationListenerLookupOptions.getListenerArn()listenerArn - ARN of the listener to look up.this@Stability(value=Stable) public ApplicationListenerLookupOptions.Builder listenerProtocol(ApplicationProtocol listenerProtocol)
ApplicationListenerLookupOptions.getListenerProtocol()listenerProtocol - Filter listeners by listener protocol.this@Stability(value=Stable) public ApplicationListenerLookupOptions.Builder listenerPort(Number listenerPort)
BaseListenerLookupOptions.getListenerPort()listenerPort - Filter listeners by listener port.this@Stability(value=Stable) public ApplicationListenerLookupOptions.Builder loadBalancerArn(String loadBalancerArn)
BaseListenerLookupOptions.getLoadBalancerArn()loadBalancerArn - Filter listeners by associated load balancer arn.this@Stability(value=Stable) public ApplicationListenerLookupOptions.Builder loadBalancerTags(Map<String,String> loadBalancerTags)
BaseListenerLookupOptions.getLoadBalancerTags()loadBalancerTags - Filter listeners by associated load balancer tags.this@Stability(value=Stable) public ApplicationListenerLookupOptions build()
build in interface software.amazon.jsii.Builder<ApplicationListenerLookupOptions>ApplicationListenerLookupOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.