CopyableBuilder<DescribeLoadBalancersRequest.Builder,DescribeLoadBalancersRequest>
, SdkBuilder<DescribeLoadBalancersRequest.Builder,DescribeLoadBalancersRequest>
public static interface DescribeLoadBalancersRequest.Builder extends CopyableBuilder<DescribeLoadBalancersRequest.Builder,DescribeLoadBalancersRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeLoadBalancersRequest.Builder |
autoScalingGroupName(String autoScalingGroupName) |
The name of the group.
|
DescribeLoadBalancersRequest.Builder |
maxRecords(Integer maxRecords) |
The maximum number of items to return with this call.
|
DescribeLoadBalancersRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
copy
apply, build
DescribeLoadBalancersRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the group.
autoScalingGroupName
- The name of the group.DescribeLoadBalancersRequest.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.)DescribeLoadBalancersRequest.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.