@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.900Z") @Stability(value=Stable) public interface LoadBalancerListenerContextResponse extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cxapi.*;
LoadBalancerListenerContextResponse loadBalancerListenerContextResponse = LoadBalancerListenerContextResponse.builder()
.listenerArn("listenerArn")
.listenerPort(123)
.securityGroupIds(List.of("securityGroupIds"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
LoadBalancerListenerContextResponse.Builder
A builder for
LoadBalancerListenerContextResponse |
static class |
LoadBalancerListenerContextResponse.Jsii$Proxy
An implementation for
LoadBalancerListenerContextResponse |
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerListenerContextResponse.Builder |
builder() |
String |
getListenerArn()
The ARN of the listener.
|
Number |
getListenerPort()
The port the listener is listening on.
|
List<String> |
getSecurityGroupIds()
The security groups of the load balancer.
|
@Stability(value=Stable) @NotNull String getListenerArn()
@Stability(value=Stable) @NotNull Number getListenerPort()
@Stability(value=Stable) @NotNull List<String> getSecurityGroupIds()
@Stability(value=Stable) static LoadBalancerListenerContextResponse.Builder builder()
Copyright © 2022. All rights reserved.