public static interface DescribeAutoScalingInstancesResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, 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 |
autoScalingInstances(Consumer<AutoScalingInstanceDetails.Builder>... autoScalingInstances)
The instances.
|
DescribeAutoScalingInstancesResponse.Builder |
nextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeAutoScalingInstancesResponse.Builder autoScalingInstances(Collection<AutoScalingInstanceDetails> autoScalingInstances)
The instances.
autoScalingInstances
- The instances.DescribeAutoScalingInstancesResponse.Builder autoScalingInstances(AutoScalingInstanceDetails... autoScalingInstances)
The instances.
autoScalingInstances
- The instances.DescribeAutoScalingInstancesResponse.Builder autoScalingInstances(Consumer<AutoScalingInstanceDetails.Builder>... autoScalingInstances)
The instances.
This is a convenience method that creates an instance of theAutoScalingInstanceDetails.Builder
avoiding the
need to create one manually via
AutoScalingInstanceDetails.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is
called immediately and its result is passed to #autoScalingInstances(List
.
autoScalingInstances
- a consumer that will call methods on
AutoScalingInstanceDetails.Builder
#autoScalingInstances(java.util.Collection)
DescribeAutoScalingInstancesResponse.Builder nextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next
set of items. This value is null when there are no more items to return.
nextToken
- A string that indicates that the response contains more items than can be returned in a single
response. To receive additional items, specify this string for the NextToken
value when
requesting the next set of items. This value is null when there are no more items to return.Copyright © 2023. All rights reserved.