public static interface ListEdgeAgentConfigurationsEdgeConfig.Builder extends SdkPojo, CopyableBuilder<ListEdgeAgentConfigurationsEdgeConfig.Builder,ListEdgeAgentConfigurationsEdgeConfig>
| Modifier and Type | Method and Description |
|---|---|
ListEdgeAgentConfigurationsEdgeConfig.Builder |
creationTime(Instant creationTime)
The timestamp when the stream first created the edge config.
|
default ListEdgeAgentConfigurationsEdgeConfig.Builder |
edgeConfig(Consumer<EdgeConfig.Builder> edgeConfig)
Sets the value of the EdgeConfig property for this object.
|
ListEdgeAgentConfigurationsEdgeConfig.Builder |
edgeConfig(EdgeConfig edgeConfig)
Sets the value of the EdgeConfig property for this object.
|
ListEdgeAgentConfigurationsEdgeConfig.Builder |
failedStatusDetails(String failedStatusDetails)
A description of the generated failure status.
|
ListEdgeAgentConfigurationsEdgeConfig.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The timestamp when the stream last updated the edge config.
|
ListEdgeAgentConfigurationsEdgeConfig.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
ListEdgeAgentConfigurationsEdgeConfig.Builder |
streamName(String streamName)
The name of the stream.
|
ListEdgeAgentConfigurationsEdgeConfig.Builder |
syncStatus(String syncStatus)
The current sync status of the stream's edge configuration.
|
ListEdgeAgentConfigurationsEdgeConfig.Builder |
syncStatus(SyncStatus syncStatus)
The current sync status of the stream's edge configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListEdgeAgentConfigurationsEdgeConfig.Builder streamName(String streamName)
The name of the stream.
streamName - The name of the stream.ListEdgeAgentConfigurationsEdgeConfig.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
streamARN - The Amazon Resource Name (ARN) of the stream.ListEdgeAgentConfigurationsEdgeConfig.Builder creationTime(Instant creationTime)
The timestamp when the stream first created the edge config.
creationTime - The timestamp when the stream first created the edge config.ListEdgeAgentConfigurationsEdgeConfig.Builder lastUpdatedTime(Instant lastUpdatedTime)
The timestamp when the stream last updated the edge config.
lastUpdatedTime - The timestamp when the stream last updated the edge config.ListEdgeAgentConfigurationsEdgeConfig.Builder syncStatus(String syncStatus)
The current sync status of the stream's edge configuration.
syncStatus - The current sync status of the stream's edge configuration.SyncStatus,
SyncStatusListEdgeAgentConfigurationsEdgeConfig.Builder syncStatus(SyncStatus syncStatus)
The current sync status of the stream's edge configuration.
syncStatus - The current sync status of the stream's edge configuration.SyncStatus,
SyncStatusListEdgeAgentConfigurationsEdgeConfig.Builder failedStatusDetails(String failedStatusDetails)
A description of the generated failure status.
failedStatusDetails - A description of the generated failure status.ListEdgeAgentConfigurationsEdgeConfig.Builder edgeConfig(EdgeConfig edgeConfig)
edgeConfig - The new value for the EdgeConfig property for this object.default ListEdgeAgentConfigurationsEdgeConfig.Builder edgeConfig(Consumer<EdgeConfig.Builder> edgeConfig)
EdgeConfig.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.