public static interface DescribeTargetGroupsRequest.Builder extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<DescribeTargetGroupsRequest.Builder,DescribeTargetGroupsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeTargetGroupsRequest.Builder |
loadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
|
DescribeTargetGroupsRequest.Builder |
marker(String marker)
The marker for the next set of results.
|
DescribeTargetGroupsRequest.Builder |
names(Collection<String> names)
The names of the target groups.
|
DescribeTargetGroupsRequest.Builder |
names(String... names)
The names of the target groups.
|
DescribeTargetGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeTargetGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeTargetGroupsRequest.Builder |
pageSize(Integer pageSize)
The maximum number of results to return with this call.
|
DescribeTargetGroupsRequest.Builder |
targetGroupArns(Collection<String> targetGroupArns)
The Amazon Resource Names (ARN) of the target groups.
|
DescribeTargetGroupsRequest.Builder |
targetGroupArns(String... targetGroupArns)
The Amazon Resource Names (ARN) of the target groups.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeTargetGroupsRequest.Builder loadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
loadBalancerArn
- The Amazon Resource Name (ARN) of the load balancer.DescribeTargetGroupsRequest.Builder targetGroupArns(Collection<String> targetGroupArns)
The Amazon Resource Names (ARN) of the target groups.
targetGroupArns
- The Amazon Resource Names (ARN) of the target groups.DescribeTargetGroupsRequest.Builder targetGroupArns(String... targetGroupArns)
The Amazon Resource Names (ARN) of the target groups.
targetGroupArns
- The Amazon Resource Names (ARN) of the target groups.DescribeTargetGroupsRequest.Builder names(Collection<String> names)
The names of the target groups.
names
- The names of the target groups.DescribeTargetGroupsRequest.Builder names(String... names)
The names of the target groups.
names
- The names of the target groups.DescribeTargetGroupsRequest.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.)DescribeTargetGroupsRequest.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.DescribeTargetGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeTargetGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.