public static interface BatchScheduleActionCreateResult.Builder extends SdkPojo, CopyableBuilder<BatchScheduleActionCreateResult.Builder,BatchScheduleActionCreateResult>
| Modifier and Type | Method and Description |
|---|---|
BatchScheduleActionCreateResult.Builder |
scheduleActions(Collection<ScheduleAction> scheduleActions)
List of actions that have been created in the schedule.
|
BatchScheduleActionCreateResult.Builder |
scheduleActions(Consumer<ScheduleAction.Builder>... scheduleActions)
List of actions that have been created in the schedule.
|
BatchScheduleActionCreateResult.Builder |
scheduleActions(ScheduleAction... scheduleActions)
List of actions that have been created in the schedule.
|
copyapplyMutation, buildBatchScheduleActionCreateResult.Builder scheduleActions(Collection<ScheduleAction> scheduleActions)
scheduleActions - List of actions that have been created in the schedule.BatchScheduleActionCreateResult.Builder scheduleActions(ScheduleAction... scheduleActions)
scheduleActions - List of actions that have been created in the schedule.BatchScheduleActionCreateResult.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.