Uses of Interface
software.amazon.awssdk.services.kinesisvideo.model.ScheduleConfig.Builder
-
Packages that use ScheduleConfig.Builder Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of ScheduleConfig.Builder in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return ScheduleConfig.Builder Modifier and Type Method Description static ScheduleConfig.BuilderScheduleConfig. builder()ScheduleConfig.BuilderScheduleConfig.Builder. durationInSeconds(Integer durationInSeconds)The total duration to record the media.ScheduleConfig.BuilderScheduleConfig.Builder. scheduleExpression(String scheduleExpression)The Quartz cron expression that takes care of scheduling jobs to record from the camera, or local media file, onto the Edge Agent.ScheduleConfig.BuilderScheduleConfig. toBuilder()Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type ScheduleConfig.Builder Modifier and Type Method Description static Class<? extends ScheduleConfig.Builder>ScheduleConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisvideo.model with type arguments of type ScheduleConfig.Builder Modifier and Type Method Description default RecorderConfig.BuilderRecorderConfig.Builder. scheduleConfig(Consumer<ScheduleConfig.Builder> scheduleConfig)The configuration that consists of theScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent.default UploaderConfig.BuilderUploaderConfig.Builder. scheduleConfig(Consumer<ScheduleConfig.Builder> scheduleConfig)The configuration that consists of theScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent.
-