Interface WorkflowState.Builder

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

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

    • status

      WorkflowState.Builder status(String status)

      The current state of the workflow.

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

      The current state of the workflow.

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

      WorkflowState.Builder reason(String reason)

      Describes how or why the workflow changed state.

      Parameters:
      reason - Describes how or why the workflow changed state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.