public static interface DescribeInstanceRefreshesResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeInstanceRefreshesResponse.Builder,DescribeInstanceRefreshesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeInstanceRefreshesResponse.Builder |
instanceRefreshes(Collection<InstanceRefresh> instanceRefreshes)
The instance refreshes for the specified group, sorted by creation timestamp in descending order.
|
DescribeInstanceRefreshesResponse.Builder |
instanceRefreshes(Consumer<InstanceRefresh.Builder>... instanceRefreshes)
The instance refreshes for the specified group, sorted by creation timestamp in descending order.
|
DescribeInstanceRefreshesResponse.Builder |
instanceRefreshes(InstanceRefresh... instanceRefreshes)
The instance refreshes for the specified group, sorted by creation timestamp in descending order.
|
DescribeInstanceRefreshesResponse.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
DescribeInstanceRefreshesResponse.Builder instanceRefreshes(Collection<InstanceRefresh> instanceRefreshes)
The instance refreshes for the specified group, sorted by creation timestamp in descending order.
instanceRefreshes
- The instance refreshes for the specified group, sorted by creation timestamp in descending order.DescribeInstanceRefreshesResponse.Builder instanceRefreshes(InstanceRefresh... instanceRefreshes)
The instance refreshes for the specified group, sorted by creation timestamp in descending order.
instanceRefreshes
- The instance refreshes for the specified group, sorted by creation timestamp in descending order.DescribeInstanceRefreshesResponse.Builder instanceRefreshes(Consumer<InstanceRefresh.Builder>... instanceRefreshes)
The instance refreshes for the specified group, sorted by creation timestamp in descending order.
This is a convenience method that creates an instance of theInstanceRefresh.Builder
avoiding the need to create
one manually via InstanceRefresh.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #instanceRefreshes(List
.
instanceRefreshes
- a consumer that will call methods on
InstanceRefresh.Builder
#instanceRefreshes(java.util.Collection)
DescribeInstanceRefreshesResponse.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.