| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
static EdgeConfig.Builder |
EdgeConfig.builder() |
default EdgeConfig.Builder |
EdgeConfig.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.Builder |
EdgeConfig.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.Builder |
EdgeConfig.Builder.hubDeviceArn(String hubDeviceArn)
The "Internet of Things (IoT) Thing" Arn of the stream.
|
default EdgeConfig.Builder |
EdgeConfig.Builder.recorderConfig(Consumer<RecorderConfig.Builder> recorderConfig)
The recorder configuration consists of the local
MediaSourceConfig details, that are used as
credentials to access the local media files streamed on the camera. |
EdgeConfig.Builder |
EdgeConfig.Builder.recorderConfig(RecorderConfig recorderConfig)
The recorder configuration consists of the local
MediaSourceConfig details, that are used as
credentials to access the local media files streamed on the camera. |
EdgeConfig.Builder |
EdgeConfig.toBuilder() |
default EdgeConfig.Builder |
EdgeConfig.Builder.uploaderConfig(Consumer<UploaderConfig.Builder> uploaderConfig)
The uploader configuration contains the
ScheduleExpression details that are used to schedule
upload jobs for the recorded media files from the Edge Agent to a Kinesis Video Stream. |
EdgeConfig.Builder |
EdgeConfig.Builder.uploaderConfig(UploaderConfig uploaderConfig)
The uploader configuration contains the
ScheduleExpression details that are used to schedule
upload jobs for the recorded media files from the Edge Agent to a Kinesis Video Stream. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EdgeConfig.Builder> |
EdgeConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListEdgeAgentConfigurationsEdgeConfig.Builder |
ListEdgeAgentConfigurationsEdgeConfig.Builder.edgeConfig(Consumer<EdgeConfig.Builder> edgeConfig)
Sets the value of the EdgeConfig property for this object.
|
default StartEdgeConfigurationUpdateRequest.Builder |
StartEdgeConfigurationUpdateRequest.Builder.edgeConfig(Consumer<EdgeConfig.Builder> edgeConfig)
The edge configuration details required to invoke the update process.
|
default DescribeEdgeConfigurationResponse.Builder |
DescribeEdgeConfigurationResponse.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 StartEdgeConfigurationUpdateResponse.Builder |
StartEdgeConfigurationUpdateResponse.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.
|
Copyright © 2023. All rights reserved.