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(Consumer<ScheduledAction.Builder>... scheduledActions)
Information about the scheduled actions.
|
DescribeScheduledActionsResponse.Builder |
scheduledActions(ScheduledAction... scheduledActions)
Information about the scheduled actions.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeScheduledActionsResponse.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 scheduledActions(Consumer<ScheduledAction.Builder>... scheduledActions)
Information about the scheduled actions.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #scheduledActions(List) .scheduledActions - a consumer that will call methods on List.Builder #scheduledActions(List) 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.