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
ScheduleExpression is not provided, then the Edge Agent will always be in recording mode.
scheduleConfig - The configuration that consists of the ScheduleExpression and the
DurationInMinutesdetails that specify the scheduling to record from a camera, or local
media file, onto the Edge Agent. If the ScheduleExpression is not provided, then the Edge
Agent will always be in recording mode.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
ScheduleExpression is not provided, then the Edge Agent will always be in recording mode.
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.