Interface DescribeLoadBalancersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeLoadBalancersRequest.Builder,,DescribeLoadBalancersRequest> ElasticLoadBalancingV2Request.Builder,SdkBuilder<DescribeLoadBalancersRequest.Builder,,DescribeLoadBalancersRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeLoadBalancersRequest
@Mutable
@NotThreadSafe
public static interface DescribeLoadBalancersRequest.Builder
extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<DescribeLoadBalancersRequest.Builder,DescribeLoadBalancersRequest>
-
Method Summary
Modifier and TypeMethodDescriptionloadBalancerArns(String... loadBalancerArns) The Amazon Resource Names (ARN) of the load balancers.loadBalancerArns(Collection<String> loadBalancerArns) The Amazon Resource Names (ARN) of the load balancers.The marker for the next set of results.The names of the load balancers.names(Collection<String> names) The names of the load balancers.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The maximum number of results to return with this call.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeLoadBalancersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-