public static interface DescribeScheduledActionsResponse.Builder extends AutoScalingResponse.Builder, CopyableBuilder<DescribeScheduledActionsResponse.Builder,DescribeScheduledActionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeScheduledActionsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeScheduledActionsResponse.Builder |
scheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
|
DescribeScheduledActionsResponse.Builder |
scheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
The scheduled actions.
|
buildcopyapply, buildDescribeScheduledActionsResponse.Builder scheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
scheduledUpdateGroupActions - The scheduled actions.DescribeScheduledActionsResponse.Builder scheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
The scheduled actions.
scheduledUpdateGroupActions - The scheduled actions.DescribeScheduledActionsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.