Interface FlowTemplateSummary.Builder

  • Method Details

    • id

      The ID of the workflow.

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

      The ARN of the workflow.

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

      FlowTemplateSummary.Builder revisionNumber(Long revisionNumber)

      The revision number of the workflow.

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

      FlowTemplateSummary.Builder createdAt(Instant createdAt)

      The date when the workflow was created.

      Parameters:
      createdAt - The date when the workflow was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.