public static interface DescribeEdgeConfigurationResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<DescribeEdgeConfigurationResponse.Builder,DescribeEdgeConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEdgeConfigurationResponse.Builder |
creationTime(Instant creationTime)
The timestamp at which a stream’s edge configuration was first created.
|
default DescribeEdgeConfigurationResponse.Builder |
edgeAgentStatus(Consumer<EdgeAgentStatus.Builder> edgeAgentStatus)
An object that contains the latest status details for an edge agent's recorder and uploader jobs.
|
DescribeEdgeConfigurationResponse.Builder |
edgeAgentStatus(EdgeAgentStatus edgeAgentStatus)
An object that contains the latest status details for an edge agent's recorder and uploader jobs.
|
default 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.
|
DescribeEdgeConfigurationResponse.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.
|
DescribeEdgeConfigurationResponse.Builder |
failedStatusDetails(String failedStatusDetails)
A description of the generated failure status.
|
DescribeEdgeConfigurationResponse.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The timestamp at which a stream’s edge configuration was last updated.
|
DescribeEdgeConfigurationResponse.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
DescribeEdgeConfigurationResponse.Builder |
streamName(String streamName)
The name of the stream from which the edge configuration was updated.
|
DescribeEdgeConfigurationResponse.Builder |
syncStatus(String syncStatus)
The latest status of the edge configuration update.
|
DescribeEdgeConfigurationResponse.Builder |
syncStatus(SyncStatus syncStatus)
The latest status of the edge configuration update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEdgeConfigurationResponse.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.DescribeEdgeConfigurationResponse.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
streamARN - The Amazon Resource Name (ARN) of the stream.DescribeEdgeConfigurationResponse.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.DescribeEdgeConfigurationResponse.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.DescribeEdgeConfigurationResponse.Builder syncStatus(String syncStatus)
The latest status of the edge configuration update.
syncStatus - The latest status of the edge configuration update.SyncStatus,
SyncStatusDescribeEdgeConfigurationResponse.Builder syncStatus(SyncStatus syncStatus)
The latest status of the edge configuration update.
syncStatus - The latest status of the edge configuration update.SyncStatus,
SyncStatusDescribeEdgeConfigurationResponse.Builder failedStatusDetails(String failedStatusDetails)
A description of the generated failure status.
failedStatusDetails - A description of the generated failure status.DescribeEdgeConfigurationResponse.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 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. 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)DescribeEdgeConfigurationResponse.Builder edgeAgentStatus(EdgeAgentStatus edgeAgentStatus)
An object that contains the latest status details for an edge agent's recorder and uploader jobs. Use this information to determine the current health of an edge agent.
edgeAgentStatus - An object that contains the latest status details for an edge agent's recorder and uploader jobs. Use
this information to determine the current health of an edge agent.default DescribeEdgeConfigurationResponse.Builder edgeAgentStatus(Consumer<EdgeAgentStatus.Builder> edgeAgentStatus)
An object that contains the latest status details for an edge agent's recorder and uploader jobs. Use this information to determine the current health of an edge agent.
This is a convenience method that creates an instance of theEdgeAgentStatus.Builder avoiding the
need to create one manually via EdgeAgentStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to edgeAgentStatus(EdgeAgentStatus).
edgeAgentStatus - a consumer that will call methods on EdgeAgentStatus.BuilderedgeAgentStatus(EdgeAgentStatus)Copyright © 2023. All rights reserved.