Interface WorkflowSummary.Builder

  • Method Details

    • workflowArn

      WorkflowSummary.Builder workflowArn(String workflowArn)

      The Amazon Resource Name (ARN) of the workflow.

      Parameters:
      workflowArn - The Amazon Resource Name (ARN) of the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowVersion

      WorkflowSummary.Builder workflowVersion(String workflowVersion)

      The version identifier of the workflow.

      Parameters:
      workflowVersion - The version identifier of the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the workflow.

      Parameters:
      name - The name of the workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      WorkflowSummary.Builder description(String description)

      The description of the workflow.

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

      WorkflowSummary.Builder createdAt(Instant createdAt)

      The timestamp when the workflow was created, in ISO 8601 date-time format.

      Parameters:
      createdAt - The timestamp when the workflow was created, in ISO 8601 date-time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modifiedAt

      WorkflowSummary.Builder modifiedAt(Instant modifiedAt)

      The timestamp when the workflow was last modified, in ISO 8601 date-time format.

      Parameters:
      modifiedAt - The timestamp when the workflow was last modified, in ISO 8601 date-time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowStatus

      WorkflowSummary.Builder workflowStatus(String workflowStatus)

      The current status of the workflow.

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

      WorkflowSummary.Builder workflowStatus(WorkflowStatus workflowStatus)

      The current status of the workflow.

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

      WorkflowSummary.Builder triggerMode(String triggerMode)

      The trigger mode for the workflow execution.

      Parameters:
      triggerMode - The trigger mode for the workflow execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.