Uses of Interface
software.amazon.awssdk.services.medialive.model.BatchScheduleActionCreateRequest.Builder
-
Packages that use BatchScheduleActionCreateRequest.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of BatchScheduleActionCreateRequest.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return BatchScheduleActionCreateRequest.Builder Modifier and Type Method Description static BatchScheduleActionCreateRequest.BuilderBatchScheduleActionCreateRequest. builder()BatchScheduleActionCreateRequest.BuilderBatchScheduleActionCreateRequest.Builder. scheduleActions(Collection<ScheduleAction> scheduleActions)A list of schedule actions to create.BatchScheduleActionCreateRequest.BuilderBatchScheduleActionCreateRequest.Builder. scheduleActions(Consumer<ScheduleAction.Builder>... scheduleActions)A list of schedule actions to create.BatchScheduleActionCreateRequest.BuilderBatchScheduleActionCreateRequest.Builder. scheduleActions(ScheduleAction... scheduleActions)A list of schedule actions to create.BatchScheduleActionCreateRequest.BuilderBatchScheduleActionCreateRequest. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type BatchScheduleActionCreateRequest.Builder Modifier and Type Method Description static Class<? extends BatchScheduleActionCreateRequest.Builder>BatchScheduleActionCreateRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type BatchScheduleActionCreateRequest.Builder Modifier and Type Method Description default BatchUpdateScheduleRequest.BuilderBatchUpdateScheduleRequest.Builder. creates(Consumer<BatchScheduleActionCreateRequest.Builder> creates)Schedule actions to create in the schedule.
-