CopyableBuilder<DescribeScalingActivitiesRequest.Builder,DescribeScalingActivitiesRequest>
, SdkBuilder<DescribeScalingActivitiesRequest.Builder,DescribeScalingActivitiesRequest>
public static interface DescribeScalingActivitiesRequest.Builder extends CopyableBuilder<DescribeScalingActivitiesRequest.Builder,DescribeScalingActivitiesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeScalingActivitiesRequest.Builder |
activityIds(String... activityIds) |
The activity IDs of the desired scaling activities.
|
DescribeScalingActivitiesRequest.Builder |
activityIds(Collection<String> activityIds) |
The activity IDs of the desired scaling activities.
|
DescribeScalingActivitiesRequest.Builder |
autoScalingGroupName(String autoScalingGroupName) |
The name of the group.
|
DescribeScalingActivitiesRequest.Builder |
maxRecords(Integer maxRecords) |
The maximum number of items to return with this call.
|
DescribeScalingActivitiesRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setActivityIds(java.util.Collection)
or #withActivityIds(java.util.Collection)
if you want
to override the existing values.
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.)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.