Uses of Interface
software.amazon.awssdk.services.kinesisvideo.model.UploaderConfig.Builder
-
Packages that use UploaderConfig.Builder Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of UploaderConfig.Builder in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return UploaderConfig.Builder Modifier and Type Method Description static UploaderConfig.BuilderUploaderConfig. builder()default UploaderConfig.BuilderUploaderConfig.Builder. scheduleConfig(Consumer<ScheduleConfig.Builder> scheduleConfig)The configuration that consists of theScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent.UploaderConfig.BuilderUploaderConfig.Builder. scheduleConfig(ScheduleConfig scheduleConfig)The configuration that consists of theScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent.UploaderConfig.BuilderUploaderConfig. toBuilder()Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type UploaderConfig.Builder Modifier and Type Method Description static Class<? extends UploaderConfig.Builder>UploaderConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisvideo.model with type arguments of type UploaderConfig.Builder Modifier and Type Method Description default EdgeConfig.BuilderEdgeConfig.Builder. uploaderConfig(Consumer<UploaderConfig.Builder> uploaderConfig)The uploader configuration contains theScheduleExpressiondetails that are used to schedule upload jobs for the recorded media files from the Edge Agent to a Kinesis Video Stream.
-