public static interface DescribeScalingActivitiesRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeScalingActivitiesRequest.Builder,DescribeScalingActivitiesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeScalingActivitiesRequest.Builder activityIds(Collection<String> activityIds)
The activity IDs of the desired scaling activities. If you omit this property, all activities for the past six weeks are described. If unknown activities are requested, they are ignored with no error. If you specify an Auto Scaling group, the results are limited to that group.
Array Members: Maximum number of 50 IDs.
activityIds - The activity IDs of the desired scaling activities. If you omit this property, all activities for the
past six weeks are described. If unknown activities are requested, they are ignored with no error. If
you specify an Auto Scaling group, the results are limited to that group.
Array Members: Maximum number of 50 IDs.
DescribeScalingActivitiesRequest.Builder activityIds(String... activityIds)
The activity IDs of the desired scaling activities. If you omit this property, all activities for the past six weeks are described. If unknown activities are requested, they are ignored with no error. If you specify an Auto Scaling group, the results are limited to that group.
Array Members: Maximum number of 50 IDs.
activityIds - The activity IDs of the desired scaling activities. If you omit this property, all activities for the
past six weeks are described. If unknown activities are requested, they are ignored with no error. If
you specify an Auto Scaling group, the results are limited to that group.
Array Members: Maximum number of 50 IDs.
DescribeScalingActivitiesRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.DescribeScalingActivitiesRequest.Builder includeDeletedGroups(Boolean includeDeletedGroups)
Indicates whether to include scaling activity from deleted Auto Scaling groups.
includeDeletedGroups - Indicates whether to include scaling activity from deleted Auto Scaling groups.DescribeScalingActivitiesRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 100 and the maximum
value is 100.
maxRecords - The maximum number of items to return with this call. The default value is 100 and the
maximum value is 100.DescribeScalingActivitiesRequest.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.)DescribeScalingActivitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeScalingActivitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.