Interface WorkflowListItem.Builder

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

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

    • arn

      The workflow's ARN.

      Parameters:
      arn - The workflow's ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The workflow's ID.

      Parameters:
      id - The workflow's ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The workflow's name.

      Parameters:
      name - The workflow's name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The workflow's status.

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

      The workflow's status.

      Parameters:
      status - The workflow's status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The workflow's type.

      Parameters:
      type - The workflow's type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The workflow's type.

      Parameters:
      type - The workflow's type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • digest

      The workflow's digest.

      Parameters:
      digest - The workflow's digest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      WorkflowListItem.Builder creationTime(Instant creationTime)

      When the workflow was created.

      Parameters:
      creationTime - When the workflow was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metadata

      Any metadata available for workflow. The information listed may vary depending on the workflow, and there may also be no metadata to return.

      Parameters:
      metadata - Any metadata available for workflow. The information listed may vary depending on the workflow, and there may also be no metadata to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.