public static interface DescribeScheduledActionsResponse.Builder extends ApplicationAutoScalingResponse.Builder, CopyableBuilder<DescribeScheduledActionsResponse.Builder,DescribeScheduledActionsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeScheduledActionsResponse.Builder |
nextToken(String nextToken)
The token required to get the next set of results.
|
DescribeScheduledActionsResponse.Builder |
scheduledActions(Collection<ScheduledAction> scheduledActions)
Information about the scheduled actions.
|
DescribeScheduledActionsResponse.Builder |
scheduledActions(ScheduledAction... scheduledActions)
Information about the scheduled actions.
|
build
copy
apply, build
DescribeScheduledActionsResponse.Builder scheduledActions(Collection<ScheduledAction> scheduledActions)
Information about the scheduled actions.
scheduledActions
- Information about the scheduled actions.DescribeScheduledActionsResponse.Builder scheduledActions(ScheduledAction... scheduledActions)
Information about the scheduled actions.
scheduledActions
- Information about the scheduled actions.DescribeScheduledActionsResponse.Builder nextToken(String nextToken)
The token required to get the next set of results. This value is null
if there are no more
results to return.
nextToken
- The token required to get the next set of results. This value is null
if there are no
more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.