public static interface DescribeLoadBalancersRequest.Builder extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<DescribeLoadBalancersRequest.Builder,DescribeLoadBalancersRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLoadBalancersRequest.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.
loadBalancerArns - The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a
single call.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.
loadBalancerArns - The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a
single call.DescribeLoadBalancersRequest.Builder names(Collection<String> names)
The names of the load balancers.
names - The names of the load balancers.DescribeLoadBalancersRequest.Builder names(String... names)
The names of the load balancers.
names - The names of the load balancers.DescribeLoadBalancersRequest.Builder marker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker - The marker for the next set of results. (You received this marker from a previous call.)DescribeLoadBalancersRequest.Builder pageSize(Integer pageSize)
The maximum number of results to return with this call.
pageSize - The maximum number of results to return with this call.DescribeLoadBalancersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeLoadBalancersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.