CopyableBuilder<DescribeAutoScalingInstancesRequest.Builder,DescribeAutoScalingInstancesRequest>
, SdkBuilder<DescribeAutoScalingInstancesRequest.Builder,DescribeAutoScalingInstancesRequest>
public static interface DescribeAutoScalingInstancesRequest.Builder extends CopyableBuilder<DescribeAutoScalingInstancesRequest.Builder,DescribeAutoScalingInstancesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeAutoScalingInstancesRequest.Builder |
instanceIds(String... instanceIds) |
The instances to describe; up to 50 instance IDs.
|
DescribeAutoScalingInstancesRequest.Builder |
instanceIds(Collection<String> instanceIds) |
The instances to describe; up to 50 instance IDs.
|
DescribeAutoScalingInstancesRequest.Builder |
maxRecords(Integer maxRecords) |
The maximum number of items to return with this call.
|
DescribeAutoScalingInstancesRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
copy
apply, build
DescribeAutoScalingInstancesRequest.Builder instanceIds(Collection<String> instanceIds)
The instances to describe; up to 50 instance IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.
instanceIds
- The instances to describe; up to 50 instance IDs. If you omit this parameter, all Auto Scaling
instances are described. If you specify an ID that does not exist, it is ignored with no error.DescribeAutoScalingInstancesRequest.Builder instanceIds(String... instanceIds)
The instances to describe; up to 50 instance IDs. If you omit this parameter, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceIds(java.util.Collection)
or #withInstanceIds(java.util.Collection)
if you want
to override the existing values.
instanceIds
- The instances to describe; up to 50 instance IDs. If you omit this parameter, all Auto Scaling
instances are described. If you specify an ID that does not exist, it is ignored with no error.DescribeAutoScalingInstancesRequest.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.DescribeAutoScalingInstancesRequest.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.)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.