@Stability(value=Experimental) public static final class ApplicationListenerAttributes.Builder extends Object implements software.amazon.jsii.Builder<ApplicationListenerAttributes>
ApplicationListenerAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationListenerAttributes |
build()
Builds the configured instance.
|
ApplicationListenerAttributes.Builder |
defaultPort(Number defaultPort)
Sets the value of
ApplicationListenerAttributes.getDefaultPort() |
ApplicationListenerAttributes.Builder |
listenerArn(String listenerArn)
Sets the value of
ApplicationListenerAttributes.getListenerArn() |
ApplicationListenerAttributes.Builder |
securityGroup(ISecurityGroup securityGroup)
Sets the value of
ApplicationListenerAttributes.getSecurityGroup() |
@Stability(value=Experimental) public ApplicationListenerAttributes.Builder listenerArn(String listenerArn)
ApplicationListenerAttributes.getListenerArn()listenerArn - ARN of the listener. This parameter is required.this@Stability(value=Experimental) public ApplicationListenerAttributes.Builder defaultPort(Number defaultPort)
ApplicationListenerAttributes.getDefaultPort()defaultPort - The default port on which this listener is listening.this@Stability(value=Experimental) public ApplicationListenerAttributes.Builder securityGroup(ISecurityGroup securityGroup)
ApplicationListenerAttributes.getSecurityGroup()securityGroup - Security group of the load balancer this listener is associated with.this@Stability(value=Experimental) public ApplicationListenerAttributes build()
build in interface software.amazon.jsii.Builder<ApplicationListenerAttributes>ApplicationListenerAttributesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.