public static interface DescribeAutoScalingInstancesRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeAutoScalingInstancesRequest.Builder,DescribeAutoScalingInstancesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoScalingInstancesRequest.Builder |
instanceIds(Collection<String> instanceIds)
The IDs of the instances.
|
DescribeAutoScalingInstancesRequest.Builder |
instanceIds(String... instanceIds)
The IDs of the instances.
|
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.
|
DescribeAutoScalingInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeAutoScalingInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeAutoScalingInstancesRequest.Builder instanceIds(Collection<String> instanceIds)
The IDs of the instances. You can specify up to MaxRecords 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 IDs of the instances. You can specify up to MaxRecords 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 IDs of the instances. You can specify up to MaxRecords 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 IDs of the instances. You can specify up to MaxRecords 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 50.
maxRecords - The maximum number of items to return with this call. The default value is 50 and the maximum value is
50.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.)DescribeAutoScalingInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeAutoScalingInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.