| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
static FlowExecutionSummary.Builder |
FlowExecutionSummary.builder() |
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.createdAt(Instant createdAt)
The date and time when the flow execution summary was created.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.flowExecutionId(String flowExecutionId)
The ID of the flow execution.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.flowTemplateId(String flowTemplateId)
The ID of the flow.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.status(FlowExecutionStatus status)
The current status of the flow execution.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.status(String status)
The current status of the flow execution.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.systemInstanceId(String systemInstanceId)
The ID of the system instance that contains the flow.
|
FlowExecutionSummary.Builder |
FlowExecutionSummary.toBuilder() |
FlowExecutionSummary.Builder |
FlowExecutionSummary.Builder.updatedAt(Instant updatedAt)
The date and time when the flow execution summary was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FlowExecutionSummary.Builder> |
FlowExecutionSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.