Interface ListedWorkflow.Builder

    • Method Detail

      • workflowId

        ListedWorkflow.Builder workflowId​(String workflowId)

        A unique identifier for the workflow.

        Parameters:
        workflowId - A unique identifier for the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ListedWorkflow.Builder description​(String description)

        Specifies the text description for the workflow.

        Parameters:
        description - Specifies the text description for the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        ListedWorkflow.Builder arn​(String arn)

        Specifies the unique Amazon Resource Name (ARN) for the workflow.

        Parameters:
        arn - Specifies the unique Amazon Resource Name (ARN) for the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.