Interface FlowExecutionSummary.Builder

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

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

    • flowExecutionId

      FlowExecutionSummary.Builder flowExecutionId(String flowExecutionId)

      The ID of the flow execution.

      Parameters:
      flowExecutionId - The ID of the flow execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the flow execution.

      Parameters:
      status - The current status of the flow execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the flow execution.

      Parameters:
      status - The current status of the flow execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • systemInstanceId

      FlowExecutionSummary.Builder systemInstanceId(String systemInstanceId)

      The ID of the system instance that contains the flow.

      Parameters:
      systemInstanceId - The ID of the system instance that contains the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowTemplateId

      FlowExecutionSummary.Builder flowTemplateId(String flowTemplateId)

      The ID of the flow.

      Parameters:
      flowTemplateId - The ID of the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      FlowExecutionSummary.Builder createdAt(Instant createdAt)

      The date and time when the flow execution summary was created.

      Parameters:
      createdAt - The date and time when the flow execution summary was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      FlowExecutionSummary.Builder updatedAt(Instant updatedAt)

      The date and time when the flow execution summary was last updated.

      Parameters:
      updatedAt - The date and time when the flow execution summary was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.