Interface ListWorkflowsResponse.Builder

    • Method Detail

      • nextToken

        ListWorkflowsResponse.Builder nextToken​(String nextToken)

        A token returned from a call to this API to indicate the next batch of results to return, if any.

        Parameters:
        nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListWorkflowsResponse.Builder items​(Collection<WorkflowSummary> items)

        Information about the workflows in a project.

        Parameters:
        items - Information about the workflows in a project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListWorkflowsResponse.Builder items​(WorkflowSummary... items)

        Information about the workflows in a project.

        Parameters:
        items - Information about the workflows in a project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.