public static interface ExecutionDetails.Builder extends SdkPojo, CopyableBuilder<ExecutionDetails.Builder,ExecutionDetails>
| Modifier and Type | Method and Description |
|---|---|
ExecutionDetails.Builder |
mostRecentExecutionMessage(String mostRecentExecutionMessage)
Describes the details of the most recent flow run.
|
ExecutionDetails.Builder |
mostRecentExecutionStatus(ExecutionStatus mostRecentExecutionStatus)
Specifies the status of the most recent flow run.
|
ExecutionDetails.Builder |
mostRecentExecutionStatus(String mostRecentExecutionStatus)
Specifies the status of the most recent flow run.
|
ExecutionDetails.Builder |
mostRecentExecutionTime(Instant mostRecentExecutionTime)
Specifies the time of the most recent flow run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecutionDetails.Builder mostRecentExecutionMessage(String mostRecentExecutionMessage)
Describes the details of the most recent flow run.
mostRecentExecutionMessage - Describes the details of the most recent flow run.ExecutionDetails.Builder mostRecentExecutionTime(Instant mostRecentExecutionTime)
Specifies the time of the most recent flow run.
mostRecentExecutionTime - Specifies the time of the most recent flow run.ExecutionDetails.Builder mostRecentExecutionStatus(String mostRecentExecutionStatus)
Specifies the status of the most recent flow run.
mostRecentExecutionStatus - Specifies the status of the most recent flow run.ExecutionStatus,
ExecutionStatusExecutionDetails.Builder mostRecentExecutionStatus(ExecutionStatus mostRecentExecutionStatus)
Specifies the status of the most recent flow run.
mostRecentExecutionStatus - Specifies the status of the most recent flow run.ExecutionStatus,
ExecutionStatusCopyright © 2023. All rights reserved.