public static interface DescribeAutoScalingGroupsRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeAutoScalingGroupsRequest.Builder,DescribeAutoScalingGroupsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAutoScalingGroupsRequest.Builder autoScalingGroupNames(Collection<String> autoScalingGroupNames)
The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally
increase this limit using the MaxRecords property.
If you omit this property, all Auto Scaling groups are described.
autoScalingGroupNames - The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can
optionally increase this limit using the MaxRecords property.
If you omit this property, all Auto Scaling groups are described.
DescribeAutoScalingGroupsRequest.Builder autoScalingGroupNames(String... autoScalingGroupNames)
The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally
increase this limit using the MaxRecords property.
If you omit this property, all Auto Scaling groups are described.
autoScalingGroupNames - The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can
optionally increase this limit using the MaxRecords property.
If you omit this property, all Auto Scaling groups are described.
DescribeAutoScalingGroupsRequest.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.)DescribeAutoScalingGroupsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 50 and the maximum
value is 100.
maxRecords - The maximum number of items to return with this call. The default value is 50 and the
maximum value is 100.DescribeAutoScalingGroupsRequest.Builder filters(Collection<Filter> filters)
One or more filters to limit the results based on specific tags.
filters - One or more filters to limit the results based on specific tags.DescribeAutoScalingGroupsRequest.Builder filters(Filter... filters)
One or more filters to limit the results based on specific tags.
filters - One or more filters to limit the results based on specific tags.DescribeAutoScalingGroupsRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters to limit the results based on specific tags.
This is a convenience method that creates an instance of theFilter.Builder avoiding the need to create one
manually via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #filters(List.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) DescribeAutoScalingGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAutoScalingGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.