CopyableBuilder<DescribeAutoScalingGroupsRequest.Builder,DescribeAutoScalingGroupsRequest>
, SdkBuilder<DescribeAutoScalingGroupsRequest.Builder,DescribeAutoScalingGroupsRequest>
public static interface DescribeAutoScalingGroupsRequest.Builder extends CopyableBuilder<DescribeAutoScalingGroupsRequest.Builder,DescribeAutoScalingGroupsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeAutoScalingGroupsRequest.Builder |
autoScalingGroupNames(String... autoScalingGroupNames) |
The group names.
|
DescribeAutoScalingGroupsRequest.Builder |
autoScalingGroupNames(Collection<String> autoScalingGroupNames) |
The group names.
|
DescribeAutoScalingGroupsRequest.Builder |
maxRecords(Integer maxRecords) |
The maximum number of items to return with this call.
|
DescribeAutoScalingGroupsRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
copy
apply, build
DescribeAutoScalingGroupsRequest.Builder autoScalingGroupNames(Collection<String> autoScalingGroupNames)
The group names. If you omit this parameter, all Auto Scaling groups are described.
autoScalingGroupNames
- The group names. If you omit this parameter, all Auto Scaling groups are described.DescribeAutoScalingGroupsRequest.Builder autoScalingGroupNames(String... autoScalingGroupNames)
The group names. If you omit this parameter, all Auto Scaling groups are described.
NOTE: This method appends the values to the existing list (if any). Use
#setAutoScalingGroupNames(java.util.Collection)
or
#withAutoScalingGroupNames(java.util.Collection)
if you want to override the existing values.
autoScalingGroupNames
- The group names. If you omit this parameter, all Auto Scaling groups are described.DescribeAutoScalingGroupsRequest.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.)DescribeAutoScalingGroupsRequest.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.