Interface ListWorkflowsResponse.Builder

    • Method Detail

      • nextToken

        ListWorkflowsResponse.Builder nextToken​(String nextToken)

        ListWorkflows returns the NextToken parameter in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional workflows.

        Parameters:
        nextToken - ListWorkflows returns the NextToken parameter in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional workflows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workflows

        ListWorkflowsResponse.Builder workflows​(Collection<ListedWorkflow> workflows)

        Returns the Arn, WorkflowId, and Description for each workflow.

        Parameters:
        workflows - Returns the Arn, WorkflowId, and Description for each workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workflows

        ListWorkflowsResponse.Builder workflows​(ListedWorkflow... workflows)

        Returns the Arn, WorkflowId, and Description for each workflow.

        Parameters:
        workflows - Returns the Arn, WorkflowId, and Description for each workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.