public static interface BatchScheduleActionDeleteResult.Builder extends SdkPojo, CopyableBuilder<BatchScheduleActionDeleteResult.Builder,BatchScheduleActionDeleteResult>
| Modifier and Type | Method and Description |
|---|---|
BatchScheduleActionDeleteResult.Builder |
scheduleActions(Collection<ScheduleAction> scheduleActions)
List of actions that have been deleted from the schedule.
|
BatchScheduleActionDeleteResult.Builder |
scheduleActions(Consumer<ScheduleAction.Builder>... scheduleActions)
List of actions that have been deleted from the schedule.
|
BatchScheduleActionDeleteResult.Builder |
scheduleActions(ScheduleAction... scheduleActions)
List of actions that have been deleted from the schedule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchScheduleActionDeleteResult.Builder scheduleActions(Collection<ScheduleAction> scheduleActions)
scheduleActions - List of actions that have been deleted from the schedule.BatchScheduleActionDeleteResult.Builder scheduleActions(ScheduleAction... scheduleActions)
scheduleActions - List of actions that have been deleted from the schedule.BatchScheduleActionDeleteResult.Builder scheduleActions(Consumer<ScheduleAction.Builder>... scheduleActions)
ScheduleAction.Builder avoiding the
need to create one manually via
ScheduleAction.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #scheduleActions(List.
scheduleActions - a consumer that will call methods on
ScheduleAction.Builder#scheduleActions(java.util.Collection) Copyright © 2022. All rights reserved.