public static interface DescribeScheduledActionsResponse.Builder extends ApplicationAutoScalingResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theScheduledAction.Builder avoiding the
need to create one manually via
ScheduledAction.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #scheduledActions(List.
scheduledActions - a consumer that will call methods on
ScheduledAction.Builder#scheduledActions(java.util.Collection) 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 © 2023. All rights reserved.