Interface UploaderConfig.Builder

    • Method Detail

      • scheduleConfig

        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. If the ScheduleConfig is not provided in this UploaderConfig, then the Edge Agent will upload at regular intervals (every 1 hour).

        Parameters:
        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).
        Returns:
        Returns a reference to this object so that method calls can be chained together.