Interface RecorderConfig.Builder

    • Method Detail

      • mediaSourceConfig

        RecorderConfig.Builder mediaSourceConfig​(MediaSourceConfig mediaSourceConfig)

        The configuration details that consist of the credentials required (MediaUriSecretArn and MediaUriType) to access the media files streamed to the camera.

        Parameters:
        mediaSourceConfig - The configuration details that consist of the credentials required (MediaUriSecretArn and MediaUriType) to access the media files streamed to the camera.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduleConfig

        RecorderConfig.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 attribute is not provided, then the Edge Agent will always be set to recording mode.

        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 ScheduleExpression attribute is not provided, then the Edge Agent will always be set to recording mode.
        Returns:
        Returns a reference to this object so that method calls can be chained together.