CopyableBuilder<DescribeLoadBalancerTargetGroupsRequest.Builder,DescribeLoadBalancerTargetGroupsRequest>, SdkBuilder<DescribeLoadBalancerTargetGroupsRequest.Builder,DescribeLoadBalancerTargetGroupsRequest>public static interface DescribeLoadBalancerTargetGroupsRequest.Builder extends CopyableBuilder<DescribeLoadBalancerTargetGroupsRequest.Builder,DescribeLoadBalancerTargetGroupsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeLoadBalancerTargetGroupsRequest.Builder |
autoScalingGroupName(String autoScalingGroupName) |
The name of the Auto Scaling group.
|
DescribeLoadBalancerTargetGroupsRequest.Builder |
maxRecords(Integer maxRecords) |
The maximum number of items to return with this call.
|
DescribeLoadBalancerTargetGroupsRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
copyapply, buildDescribeLoadBalancerTargetGroupsRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.DescribeLoadBalancerTargetGroupsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)DescribeLoadBalancerTargetGroupsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
maxRecords - The maximum number of items to return with this call. The default value is 50 and the maximum value is
100.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.