| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
static UploaderConfig.Builder |
UploaderConfig.builder() |
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. |
UploaderConfig.Builder |
UploaderConfig.Builder.scheduleConfig(ScheduleConfig 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. |
UploaderConfig.Builder |
UploaderConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UploaderConfig.Builder> |
UploaderConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EdgeConfig.Builder |
EdgeConfig.Builder.uploaderConfig(Consumer<UploaderConfig.Builder> uploaderConfig)
The uploader configuration contains the
ScheduleExpression details that are used to schedule
upload jobs for the recorded media files from the Edge Agent to a Kinesis Video Stream. |
Copyright © 2023. All rights reserved.