Interface DescribeElasticLoadBalancersResponse.Builder

    • Method Detail

      • elasticLoadBalancers

        DescribeElasticLoadBalancersResponse.Builder elasticLoadBalancers​(Collection<ElasticLoadBalancer> elasticLoadBalancers)

        A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing instances.

        Parameters:
        elasticLoadBalancers - A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • elasticLoadBalancers

        DescribeElasticLoadBalancersResponse.Builder elasticLoadBalancers​(ElasticLoadBalancer... elasticLoadBalancers)

        A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing instances.

        Parameters:
        elasticLoadBalancers - A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.