Interface WorkflowExecution.Builder

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

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

    • workflowId

      WorkflowExecution.Builder workflowId(String workflowId)

      The user defined identifier associated with the workflow execution.

      Parameters:
      workflowId - The user defined identifier associated with the workflow execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runId

      A system-generated unique identifier for the workflow execution.

      Parameters:
      runId - A system-generated unique identifier for the workflow execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.