Interface ListWorkflowsResponse.Builder

    • Method Detail

      • workflows

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

        List of names of workflows in the account.

        Parameters:
        workflows - List of names of workflows in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workflows

        ListWorkflowsResponse.Builder workflows​(String... workflows)

        List of names of workflows in the account.

        Parameters:
        workflows - List of names of workflows in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListWorkflowsResponse.Builder nextToken​(String nextToken)

        A continuation token, if not all workflow names have been returned.

        Parameters:
        nextToken - A continuation token, if not all workflow names have been returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.