public static interface UpdateScheduledActionResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<UpdateScheduledActionResponse.Builder,UpdateScheduledActionResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateScheduledActionResponse.Builder |
scheduledAction(Consumer<ScheduledAction.Builder> scheduledAction)
Information about the rescheduled action.
|
UpdateScheduledActionResponse.Builder |
scheduledAction(ScheduledAction scheduledAction)
Information about the rescheduled action.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateScheduledActionResponse.Builder scheduledAction(ScheduledAction scheduledAction)
Information about the rescheduled action.
scheduledAction - Information about the rescheduled action.default UpdateScheduledActionResponse.Builder scheduledAction(Consumer<ScheduledAction.Builder> scheduledAction)
Information about the rescheduled action.
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 scheduledAction(ScheduledAction).
scheduledAction - a consumer that will call methods on ScheduledAction.BuilderscheduledAction(ScheduledAction)Copyright © 2023. All rights reserved.