public static interface DescribeAutoScalingGroupsResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeAutoScalingGroupsResponse.Builder,DescribeAutoScalingGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoScalingGroupsResponse.Builder |
autoScalingGroups(AutoScalingGroup... autoScalingGroups)
The groups.
|
DescribeAutoScalingGroupsResponse.Builder |
autoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The groups.
|
DescribeAutoScalingGroupsResponse.Builder |
autoScalingGroups(Consumer<AutoScalingGroup.Builder>... autoScalingGroups)
The groups.
|
DescribeAutoScalingGroupsResponse.Builder |
nextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAutoScalingGroupsResponse.Builder autoScalingGroups(Collection<AutoScalingGroup> autoScalingGroups)
The groups.
autoScalingGroups - The groups.DescribeAutoScalingGroupsResponse.Builder autoScalingGroups(AutoScalingGroup... autoScalingGroups)
The groups.
autoScalingGroups - The groups.DescribeAutoScalingGroupsResponse.Builder autoScalingGroups(Consumer<AutoScalingGroup.Builder>... autoScalingGroups)
The groups.
This is a convenience method that creates an instance of theAutoScalingGroup.Builder avoiding the need to
create one manually via AutoScalingGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #autoScalingGroups(List.
autoScalingGroups - a consumer that will call methods on
AutoScalingGroup.Builder#autoScalingGroups(java.util.Collection) DescribeAutoScalingGroupsResponse.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.