public static interface ListScheduledActionsResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<ListScheduledActionsResponse.Builder,ListScheduledActionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListScheduledActionsResponse.Builder |
nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
ListScheduledActionsResponse.Builder |
scheduledActions(Collection<ScheduledAction> scheduledActions)
A list of actions that are scheduled for the domain.
|
ListScheduledActionsResponse.Builder |
scheduledActions(Consumer<ScheduledAction.Builder>... scheduledActions)
A list of actions that are scheduled for the domain.
|
ListScheduledActionsResponse.Builder |
scheduledActions(ScheduledAction... scheduledActions)
A list of actions that are scheduled for the domain.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListScheduledActionsResponse.Builder scheduledActions(Collection<ScheduledAction> scheduledActions)
A list of actions that are scheduled for the domain.
scheduledActions - A list of actions that are scheduled for the domain.ListScheduledActionsResponse.Builder scheduledActions(ScheduledAction... scheduledActions)
A list of actions that are scheduled for the domain.
scheduledActions - A list of actions that are scheduled for the domain.ListScheduledActionsResponse.Builder scheduledActions(Consumer<ScheduledAction.Builder>... scheduledActions)
A list of actions that are scheduled for the domain.
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) ListScheduledActionsResponse.Builder nextToken(String nextToken)
When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page.Copyright © 2023. All rights reserved.