public static interface UploaderConfig.Builder extends SdkPojo, CopyableBuilder<UploaderConfig.Builder,UploaderConfig>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUploaderConfig.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. If the
ScheduleConfig is not provided in this UploaderConfig, then the Edge Agent will
upload at regular intervals (every 1 hour).
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. If the ScheduleConfig is not provided in this
UploaderConfig, then the Edge Agent will upload at regular intervals (every 1 hour).default 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. If the
ScheduleConfig is not provided in this UploaderConfig, then the Edge Agent will
upload at regular intervals (every 1 hour).
ScheduleConfig.Builder avoiding the need
to create one manually via ScheduleConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to scheduleConfig(ScheduleConfig).
scheduleConfig - a consumer that will call methods on ScheduleConfig.BuilderscheduleConfig(ScheduleConfig)Copyright © 2023. All rights reserved.