Interface DescribeLoadBalancersResponse.Builder

    • Method Detail

      • loadBalancers

        DescribeLoadBalancersResponse.Builder loadBalancers​(Collection<LoadBalancer> loadBalancers)

        Information about the load balancers.

        Parameters:
        loadBalancers - Information about the load balancers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • loadBalancers

        DescribeLoadBalancersResponse.Builder loadBalancers​(LoadBalancer... loadBalancers)

        Information about the load balancers.

        Parameters:
        loadBalancers - Information about the load balancers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        DescribeLoadBalancersResponse.Builder nextMarker​(String nextMarker)

        If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

        Parameters:
        nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.