public static interface DescribeAutoScalingGroupsRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeAutoScalingGroupsRequest.Builder,DescribeAutoScalingGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoScalingGroupsRequest.Builder |
autoScalingGroupNames(Collection<String> autoScalingGroupNames)
The names of the Auto Scaling groups.
|
DescribeAutoScalingGroupsRequest.Builder |
autoScalingGroupNames(String... autoScalingGroupNames)
The names of the Auto Scaling groups.
|
DescribeAutoScalingGroupsRequest.Builder |
maxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeAutoScalingGroupsRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeAutoScalingGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAutoScalingGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAutoScalingGroupsRequest.Builder autoScalingGroupNames(Collection<String> autoScalingGroupNames)
The names of the Auto Scaling groups. Each name can be a maximum of 1600 characters. By default, you can only
specify up to 50 names. You can optionally increase this limit using the MaxRecords parameter.
If you omit this parameter, all Auto Scaling groups are described.
autoScalingGroupNames - The names of the Auto Scaling groups. Each name can be a maximum of 1600 characters. By default, you
can only specify up to 50 names. You can optionally increase this limit using the
MaxRecords parameter.
If you omit this parameter, all Auto Scaling groups are described.
DescribeAutoScalingGroupsRequest.Builder autoScalingGroupNames(String... autoScalingGroupNames)
The names of the Auto Scaling groups. Each name can be a maximum of 1600 characters. By default, you can only
specify up to 50 names. You can optionally increase this limit using the MaxRecords parameter.
If you omit this parameter, all Auto Scaling groups are described.
autoScalingGroupNames - The names of the Auto Scaling groups. Each name can be a maximum of 1600 characters. By default, you
can only specify up to 50 names. You can optionally increase this limit using the
MaxRecords parameter.
If you omit this parameter, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAutoScalingGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.