public static interface TrafficRoute.Builder extends SdkPojo, CopyableBuilder<TrafficRoute.Builder,TrafficRoute>
| Modifier and Type | Method and Description |
|---|---|
TrafficRoute.Builder |
listenerArns(Collection<String> listenerArns)
The ARN of one listener.
|
TrafficRoute.Builder |
listenerArns(String... listenerArns)
The ARN of one listener.
|
copyapplyMutation, buildTrafficRoute.Builder listenerArns(Collection<String> listenerArns)
The ARN of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.
listenerArns - The ARN of one listener. The listener identifies the route between a target group and a load balancer.
This is an array of strings with a maximum size of one.TrafficRoute.Builder listenerArns(String... listenerArns)
The ARN of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.
listenerArns - The ARN of one listener. The listener identifies the route between a target group and a load balancer.
This is an array of strings with a maximum size of one.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.