Interface ExecutionDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ExecutionDetails.Builder,ExecutionDetails>, SdkBuilder<ExecutionDetails.Builder,ExecutionDetails>, SdkPojo
Enclosing class:
ExecutionDetails

public static interface ExecutionDetails.Builder extends SdkPojo, CopyableBuilder<ExecutionDetails.Builder,ExecutionDetails>
  • Method Details

    • mostRecentExecutionMessage

      ExecutionDetails.Builder mostRecentExecutionMessage(String mostRecentExecutionMessage)

      Describes the details of the most recent flow run.

      Parameters:
      mostRecentExecutionMessage - Describes the details of the most recent flow run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mostRecentExecutionTime

      ExecutionDetails.Builder mostRecentExecutionTime(Instant mostRecentExecutionTime)

      Specifies the time of the most recent flow run.

      Parameters:
      mostRecentExecutionTime - Specifies the time of the most recent flow run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mostRecentExecutionStatus

      ExecutionDetails.Builder mostRecentExecutionStatus(String mostRecentExecutionStatus)

      Specifies the status of the most recent flow run.

      Parameters:
      mostRecentExecutionStatus - Specifies the status of the most recent flow run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mostRecentExecutionStatus

      ExecutionDetails.Builder mostRecentExecutionStatus(ExecutionStatus mostRecentExecutionStatus)

      Specifies the status of the most recent flow run.

      Parameters:
      mostRecentExecutionStatus - Specifies the status of the most recent flow run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: