| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleConfig.Builder |
ScheduleConfig.builder() |
ScheduleConfig.Builder |
ScheduleConfig.Builder.durationInSeconds(Integer durationInSeconds)
The total duration to record the media.
|
ScheduleConfig.Builder |
ScheduleConfig.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.Builder |
ScheduleConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScheduleConfig.Builder> |
ScheduleConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RecorderConfig.Builder |
RecorderConfig.Builder.scheduleConfig(Consumer<ScheduleConfig.Builder> scheduleConfig)
The configuration that consists of the
ScheduleExpression and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. |
default UploaderConfig.Builder |
UploaderConfig.Builder.scheduleConfig(Consumer<ScheduleConfig.Builder> scheduleConfig)
The configuration that consists of the
ScheduleExpression and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. |
Copyright © 2023. All rights reserved.