Interface DescribeLoadBalancersRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeLoadBalancersRequest.Builder,DescribeLoadBalancersRequest>, ElasticLoadBalancingV2Request.Builder, SdkBuilder<DescribeLoadBalancersRequest.Builder,DescribeLoadBalancersRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeLoadBalancersRequest

  • Method Details

    • loadBalancerArns

      DescribeLoadBalancersRequest.Builder loadBalancerArns(Collection<String> loadBalancerArns)

      The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

      Parameters:
      loadBalancerArns - The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • loadBalancerArns

      DescribeLoadBalancersRequest.Builder loadBalancerArns(String... loadBalancerArns)

      The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

      Parameters:
      loadBalancerArns - The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • names

      The names of the load balancers.

      Parameters:
      names - The names of the load balancers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • names

      The names of the load balancers.

      Parameters:
      names - The names of the load balancers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • marker

      The marker for the next set of results. (You received this marker from a previous call.)

      Parameters:
      marker - The marker for the next set of results. (You received this marker from a previous call.)
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pageSize

      The maximum number of results to return with this call.

      Parameters:
      pageSize - The maximum number of results to return with this call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeLoadBalancersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.