Interface DescribeLoadBalancersResponse.Builder

    • Method Detail

      • loadBalancerDescriptions

        DescribeLoadBalancersResponse.Builder loadBalancerDescriptions​(Collection<LoadBalancerDescription> loadBalancerDescriptions)

        Information about the load balancers.

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

        DescribeLoadBalancersResponse.Builder loadBalancerDescriptions​(LoadBalancerDescription... loadBalancerDescriptions)

        Information about the load balancers.

        Parameters:
        loadBalancerDescriptions - 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)

        The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

        Parameters:
        nextMarker - The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.