public static interface TrafficRoute.Builder extends SdkPojo, CopyableBuilder<TrafficRoute.Builder,TrafficRoute>
| Modifier and Type | Method and Description |
|---|---|
TrafficRoute.Builder |
listenerArns(Collection<String> listenerArns)
The Amazon Resource Name (ARN) of one listener.
|
TrafficRoute.Builder |
listenerArns(String... listenerArns)
The Amazon Resource Name (ARN) of one listener.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrafficRoute.Builder listenerArns(Collection<String> listenerArns)
The Amazon Resource Name (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 Amazon Resource Name (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 Amazon Resource Name (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 Amazon Resource Name (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 © 2021. All rights reserved.