Uses of Interface
software.amazon.awssdk.services.kinesisvideo.model.EdgeConfig.Builder
-
Packages that use EdgeConfig.Builder Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of EdgeConfig.Builder in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return EdgeConfig.Builder Modifier and Type Method Description static EdgeConfig.BuilderEdgeConfig. builder()default EdgeConfig.BuilderEdgeConfig.Builder. deletionConfig(Consumer<DeletionConfig.Builder> deletionConfig)The deletion configuration is made up of the retention time (EdgeRetentionInHours) and local size configuration (LocalSizeConfig) details that are used to make the deletion.EdgeConfig.BuilderEdgeConfig.Builder. deletionConfig(DeletionConfig deletionConfig)The deletion configuration is made up of the retention time (EdgeRetentionInHours) and local size configuration (LocalSizeConfig) details that are used to make the deletion.EdgeConfig.BuilderEdgeConfig.Builder. hubDeviceArn(String hubDeviceArn)The "Internet of Things (IoT) Thing" Arn of the stream.default EdgeConfig.BuilderEdgeConfig.Builder. recorderConfig(Consumer<RecorderConfig.Builder> recorderConfig)The recorder configuration consists of the localMediaSourceConfigdetails, that are used as credentials to access the local media files streamed on the camera.EdgeConfig.BuilderEdgeConfig.Builder. recorderConfig(RecorderConfig recorderConfig)The recorder configuration consists of the localMediaSourceConfigdetails, that are used as credentials to access the local media files streamed on the camera.EdgeConfig.BuilderEdgeConfig. toBuilder()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.EdgeConfig.BuilderEdgeConfig.Builder. uploaderConfig(UploaderConfig 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.Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type EdgeConfig.Builder Modifier and Type Method Description static Class<? extends EdgeConfig.Builder>EdgeConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisvideo.model with type arguments of type EdgeConfig.Builder Modifier and Type Method Description default DescribeEdgeConfigurationResponse.BuilderDescribeEdgeConfigurationResponse.Builder. edgeConfig(Consumer<EdgeConfig.Builder> edgeConfig)A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component.default ListEdgeAgentConfigurationsEdgeConfig.BuilderListEdgeAgentConfigurationsEdgeConfig.Builder. edgeConfig(Consumer<EdgeConfig.Builder> edgeConfig)Sets the value of the EdgeConfig property for this object.default StartEdgeConfigurationUpdateRequest.BuilderStartEdgeConfigurationUpdateRequest.Builder. edgeConfig(Consumer<EdgeConfig.Builder> edgeConfig)The edge configuration details required to invoke the update process.default StartEdgeConfigurationUpdateResponse.BuilderStartEdgeConfigurationUpdateResponse.Builder. edgeConfig(Consumer<EdgeConfig.Builder> edgeConfig)A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component.
-