Interface TrafficRoute.Builder

    • Method Detail

      • listenerArns

        TrafficRoute.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • listenerArns

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.