Interface DescribeScalingActivitiesRequest.Builder

    • Method Detail

      • activityIds

        DescribeScalingActivitiesRequest.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activityIds

        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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoScalingGroupName

        DescribeScalingActivitiesRequest.Builder autoScalingGroupName​(String autoScalingGroupName)

        The name of the Auto Scaling group.

        Parameters:
        autoScalingGroupName - The name of the Auto Scaling group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includeDeletedGroups

        DescribeScalingActivitiesRequest.Builder includeDeletedGroups​(Boolean includeDeletedGroups)

        Indicates whether to include scaling activity from deleted Auto Scaling groups.

        Parameters:
        includeDeletedGroups - Indicates whether to include scaling activity from deleted Auto Scaling groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxRecords

        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.

        Parameters:
        maxRecords - The maximum number of items to return with this call. The default value is 100 and the maximum value is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeScalingActivitiesRequest.Builder nextToken​(String nextToken)

        The token for the next set of items to return. (You received this token from a previous call.)

        Parameters:
        nextToken - The token for the next set of items to return. (You received this token from a previous call.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.