public static interface DescribeAutoScalingInstancesResponse.Builder extends AutoScalingResponse.Builder, CopyableBuilder<DescribeAutoScalingInstancesResponse.Builder,DescribeAutoScalingInstancesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeAutoScalingInstancesResponse.Builder |
autoScalingInstances(AutoScalingInstanceDetails... autoScalingInstances)
The instances.
|
DescribeAutoScalingInstancesResponse.Builder |
autoScalingInstances(Collection<AutoScalingInstanceDetails> autoScalingInstances)
The instances.
|
DescribeAutoScalingInstancesResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
build
copy
apply, build
DescribeAutoScalingInstancesResponse.Builder autoScalingInstances(Collection<AutoScalingInstanceDetails> autoScalingInstances)
The instances.
autoScalingInstances
- The instances.DescribeAutoScalingInstancesResponse.Builder autoScalingInstances(AutoScalingInstanceDetails... autoScalingInstances)
The instances.
autoScalingInstances
- The instances.DescribeAutoScalingInstancesResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.