public static interface DescribeScalingActivitiesRequest.Builder extends AutoScalingRequest.Builder, CopyableBuilder<DescribeScalingActivitiesRequest.Builder,DescribeScalingActivitiesRequest>
build
overrideConfiguration
copy
applyMutation, build
DescribeScalingActivitiesRequest.Builder activityIds(Collection<String> activityIds)
The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.
activityIds
- The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the
past six weeks are described. If you specify an Auto Scaling group, the results are limited to that
group. The list of requested activities cannot contain more than 50 items. If unknown activities are
requested, they are ignored with no error.DescribeScalingActivitiesRequest.Builder activityIds(String... activityIds)
The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.
activityIds
- The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the
past six weeks are described. If you specify an Auto Scaling group, the results are limited to that
group. The list of requested activities cannot contain more than 50 items. If unknown activities are
requested, they are ignored with no error.DescribeScalingActivitiesRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the group.
autoScalingGroupName
- The name of the group.DescribeScalingActivitiesRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 100.
maxRecords
- The maximum number of items to return with this call. The default 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeScalingActivitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.