static RecorderConfig.Builder |
RecorderConfig.builder() |
|
default RecorderConfig.Builder |
RecorderConfig.Builder.mediaSourceConfig(Consumer<MediaSourceConfig.Builder> mediaSourceConfig) |
The configuration details that consist of the credentials required (MediaUriSecretArn and
MediaUriType) to access the media files streamed to the camera.
|
RecorderConfig.Builder |
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.
|
default RecorderConfig.Builder |
RecorderConfig.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.
|
RecorderConfig.Builder |
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.
|
RecorderConfig.Builder |
RecorderConfig.toBuilder() |
|