Interface WorkflowListItem.Builder

    • Method Detail

      • arn

        WorkflowListItem.Builder arn​(String 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

        WorkflowListItem.Builder id​(String 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

        WorkflowListItem.Builder name​(String 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.
      • digest

        WorkflowListItem.Builder digest​(String 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

        WorkflowListItem.Builder metadata​(Map<String,​String> 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.