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.
|
copy
applyMutation, build
BatchScheduleActionDeleteResult.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)
List.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #scheduleActions(List)
.scheduleActions
- a consumer that will call methods on List.Builder
#scheduleActions(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.