CopyableBuilder<DescribeScheduledActionsRequest.Builder,DescribeScheduledActionsRequest>
, SdkBuilder<DescribeScheduledActionsRequest.Builder,DescribeScheduledActionsRequest>
public static interface DescribeScheduledActionsRequest.Builder extends CopyableBuilder<DescribeScheduledActionsRequest.Builder,DescribeScheduledActionsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeScheduledActionsRequest.Builder |
autoScalingGroupName(String autoScalingGroupName) |
The name of the group.
|
DescribeScheduledActionsRequest.Builder |
endTime(Date endTime) |
The latest scheduled start time to return.
|
DescribeScheduledActionsRequest.Builder |
maxRecords(Integer maxRecords) |
The maximum number of items to return with this call.
|
DescribeScheduledActionsRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
DescribeScheduledActionsRequest.Builder |
scheduledActionNames(String... scheduledActionNames) |
Describes one or more scheduled actions.
|
DescribeScheduledActionsRequest.Builder |
scheduledActionNames(Collection<String> scheduledActionNames) |
Describes one or more scheduled actions.
|
DescribeScheduledActionsRequest.Builder |
startTime(Date startTime) |
The earliest scheduled start time to return.
|
copy
apply, build
DescribeScheduledActionsRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the group.
autoScalingGroupName
- The name of the group.DescribeScheduledActionsRequest.Builder scheduledActionNames(Collection<String> scheduledActionNames)
Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
scheduledActionNames
- Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are
described. If you specify an unknown scheduled action, it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
DescribeScheduledActionsRequest.Builder scheduledActionNames(String... scheduledActionNames)
Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
NOTE: This method appends the values to the existing list (if any). Use
#setScheduledActionNames(java.util.Collection)
or
#withScheduledActionNames(java.util.Collection)
if you want to override the existing values.
scheduledActionNames
- Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are
described. If you specify an unknown scheduled action, it is ignored with no error.
You can describe up to a maximum of 50 instances with a single call. If there are more items to return, the call returns a token. To get the next set of items, repeat the call with the returned token.
DescribeScheduledActionsRequest.Builder startTime(Date startTime)
The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
startTime
- The earliest scheduled start time to return. If scheduled action names are provided, this parameter is
ignored.DescribeScheduledActionsRequest.Builder endTime(Date endTime)
The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
endTime
- The latest scheduled start time to return. If scheduled action names are provided, this parameter is
ignored.DescribeScheduledActionsRequest.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.)DescribeScheduledActionsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
maxRecords
- The maximum number of items to return with this call. The default value is 50 and the maximum value is
100.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.