public static interface StartEdgeConfigurationUpdateResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<StartEdgeConfigurationUpdateResponse.Builder,StartEdgeConfigurationUpdateResponse>
| Modifier and Type | Method and Description |
|---|---|
StartEdgeConfigurationUpdateResponse.Builder |
creationTime(Instant creationTime)
The timestamp at which a stream’s edge configuration was first created.
|
default 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.
|
StartEdgeConfigurationUpdateResponse.Builder |
edgeConfig(EdgeConfig edgeConfig)
A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass
component.
|
StartEdgeConfigurationUpdateResponse.Builder |
failedStatusDetails(String failedStatusDetails)
A description of the generated failure status.
|
StartEdgeConfigurationUpdateResponse.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The timestamp at which a stream’s edge configuration was last updated.
|
StartEdgeConfigurationUpdateResponse.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
StartEdgeConfigurationUpdateResponse.Builder |
streamName(String streamName)
The name of the stream from which the edge configuration was updated.
|
StartEdgeConfigurationUpdateResponse.Builder |
syncStatus(String syncStatus)
The current sync status of the stream's edge configuration.
|
StartEdgeConfigurationUpdateResponse.Builder |
syncStatus(SyncStatus syncStatus)
The current sync status of the stream's edge configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartEdgeConfigurationUpdateResponse.Builder streamName(String streamName)
The name of the stream from which the edge configuration was updated.
streamName - The name of the stream from which the edge configuration was updated.StartEdgeConfigurationUpdateResponse.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
streamARN - The Amazon Resource Name (ARN) of the stream.StartEdgeConfigurationUpdateResponse.Builder creationTime(Instant creationTime)
The timestamp at which a stream’s edge configuration was first created.
creationTime - The timestamp at which a stream’s edge configuration was first created.StartEdgeConfigurationUpdateResponse.Builder lastUpdatedTime(Instant lastUpdatedTime)
The timestamp at which a stream’s edge configuration was last updated.
lastUpdatedTime - The timestamp at which a stream’s edge configuration was last updated.StartEdgeConfigurationUpdateResponse.Builder syncStatus(String syncStatus)
The current sync status of the stream's edge configuration. When you invoke this API, the sync status will be
set to the SYNCING state. Use the DescribeEdgeConfiguration API to get the latest
status of the edge configuration.
syncStatus - The current sync status of the stream's edge configuration. When you invoke this API, the sync status
will be set to the SYNCING state. Use the DescribeEdgeConfiguration API to
get the latest status of the edge configuration.SyncStatus,
SyncStatusStartEdgeConfigurationUpdateResponse.Builder syncStatus(SyncStatus syncStatus)
The current sync status of the stream's edge configuration. When you invoke this API, the sync status will be
set to the SYNCING state. Use the DescribeEdgeConfiguration API to get the latest
status of the edge configuration.
syncStatus - The current sync status of the stream's edge configuration. When you invoke this API, the sync status
will be set to the SYNCING state. Use the DescribeEdgeConfiguration API to
get the latest status of the edge configuration.SyncStatus,
SyncStatusStartEdgeConfigurationUpdateResponse.Builder failedStatusDetails(String failedStatusDetails)
A description of the generated failure status.
failedStatusDetails - A description of the generated failure status.StartEdgeConfigurationUpdateResponse.Builder edgeConfig(EdgeConfig edgeConfig)
A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component. The Edge Agent component will run on an IoT Hub Device setup at your premise.
edgeConfig - A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT
Greengrass component. The Edge Agent component will run on an IoT Hub Device setup at your premise.default 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. The Edge Agent component will run on an IoT Hub Device setup at your premise.
This is a convenience method that creates an instance of theEdgeConfig.Builder avoiding the need to
create one manually via EdgeConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to edgeConfig(EdgeConfig).
edgeConfig - a consumer that will call methods on EdgeConfig.BuilderedgeConfig(EdgeConfig)Copyright © 2023. All rights reserved.