static StartEdgeConfigurationUpdateResponse.Builder |
StartEdgeConfigurationUpdateResponse.builder() |
|
StartEdgeConfigurationUpdateResponse.Builder |
StartEdgeConfigurationUpdateResponse.Builder.creationTime(Instant creationTime) |
The timestamp at which a stream’s edge configuration was first created.
|
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.
|
StartEdgeConfigurationUpdateResponse.Builder |
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 |
StartEdgeConfigurationUpdateResponse.Builder.failedStatusDetails(String failedStatusDetails) |
A description of the generated failure status.
|
StartEdgeConfigurationUpdateResponse.Builder |
StartEdgeConfigurationUpdateResponse.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The timestamp at which a stream’s edge configuration was last updated.
|
StartEdgeConfigurationUpdateResponse.Builder |
StartEdgeConfigurationUpdateResponse.Builder.streamARN(String streamARN) |
The Amazon Resource Name (ARN) of the stream.
|
StartEdgeConfigurationUpdateResponse.Builder |
StartEdgeConfigurationUpdateResponse.Builder.streamName(String streamName) |
The name of the stream from which the edge configuration was updated.
|
StartEdgeConfigurationUpdateResponse.Builder |
StartEdgeConfigurationUpdateResponse.Builder.syncStatus(String syncStatus) |
The current sync status of the stream's edge configuration.
|
StartEdgeConfigurationUpdateResponse.Builder |
StartEdgeConfigurationUpdateResponse.Builder.syncStatus(SyncStatus syncStatus) |
The current sync status of the stream's edge configuration.
|
StartEdgeConfigurationUpdateResponse.Builder |
StartEdgeConfigurationUpdateResponse.toBuilder() |
|