public static interface DescribeScalingActivitiesRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeScalingActivitiesRequest.Builder,DescribeScalingActivitiesRequest>
build
overrideConfiguration
copy
applyMutation, build
DescribeScalingActivitiesRequest.Builder activityIds(Collection<String> activityIds)
The activity IDs of the desired scaling activities. You can specify up to 50 IDs. If you omit this parameter, 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.
activityIds
- The activity IDs of the desired scaling activities. You can specify up to 50 IDs. If you omit this
parameter, 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.DescribeScalingActivitiesRequest.Builder activityIds(String... activityIds)
The activity IDs of the desired scaling activities. You can specify up to 50 IDs. If you omit this parameter, 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.
activityIds
- The activity IDs of the desired scaling activities. You can specify up to 50 IDs. If you omit this
parameter, 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.DescribeScalingActivitiesRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.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)
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.