Interface ListScheduledActionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListScheduledActionsResponse.Builder,
,ListScheduledActionsResponse> OpenSearchResponse.Builder
,SdkBuilder<ListScheduledActionsResponse.Builder,
,ListScheduledActionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListScheduledActionsResponse
public static interface ListScheduledActionsResponse.Builder
extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<ListScheduledActionsResponse.Builder,ListScheduledActionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionWhennextToken
is returned, there are more results available.scheduledActions
(Collection<ScheduledAction> scheduledActions) A list of actions that are scheduled for the domain.scheduledActions
(Consumer<ScheduledAction.Builder>... scheduledActions) A list of actions that are scheduled for the domain.scheduledActions
(ScheduledAction... scheduledActions) A list of actions that are scheduled for the domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
scheduledActions
A list of actions that are scheduled for the domain.
- Parameters:
scheduledActions
- A list of actions that are scheduled for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledActions
A list of actions that are scheduled for the domain.
- Parameters:
scheduledActions
- A list of actions that are scheduled for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledActions
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 viaScheduledAction.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toscheduledActions(List<ScheduledAction>)
.- Parameters:
scheduledActions
- a consumer that will call methods onScheduledAction.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
When
nextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Parameters:
nextToken
- WhennextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-