CopyableBuilder<DescribeTargetGroupsRequest.Builder,DescribeTargetGroupsRequest>
, SdkBuilder<DescribeTargetGroupsRequest.Builder,DescribeTargetGroupsRequest>
public static interface DescribeTargetGroupsRequest.Builder extends CopyableBuilder<DescribeTargetGroupsRequest.Builder,DescribeTargetGroupsRequest>
Modifier and Type | Method | 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(String... names) |
The names of the target groups.
|
DescribeTargetGroupsRequest.Builder |
names(Collection<String> names) |
The names of the target groups.
|
DescribeTargetGroupsRequest.Builder |
pageSize(Integer pageSize) |
The maximum number of results to return with this call.
|
DescribeTargetGroupsRequest.Builder |
targetGroupArns(String... targetGroupArns) |
The Amazon Resource Names (ARN) of the target groups.
|
DescribeTargetGroupsRequest.Builder |
targetGroupArns(Collection<String> targetGroupArns) |
The Amazon Resource Names (ARN) of the target groups.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setTargetGroupArns(java.util.Collection)
or #withTargetGroupArns(java.util.Collection)
if
you want to override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setNames(java.util.Collection)
or #withNames(java.util.Collection)
if you want to override
the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.