Interface ListWorkflowsRequest.Builder

    • Method Detail

      • spaceName

        ListWorkflowsRequest.Builder spaceName​(String spaceName)

        The name of the space.

        Parameters:
        spaceName - The name of the space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectName

        ListWorkflowsRequest.Builder projectName​(String projectName)

        The name of the project in the space.

        Parameters:
        projectName - The name of the project in the space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListWorkflowsRequest.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.
      • maxResults

        ListWorkflowsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.

        Parameters:
        maxResults - The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortBy

        ListWorkflowsRequest.Builder sortBy​(Collection<WorkflowSortCriteria> sortBy)

        Information used to sort the items in the returned list.

        Parameters:
        sortBy - Information used to sort the items in the returned list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortBy

        ListWorkflowsRequest.Builder sortBy​(WorkflowSortCriteria... sortBy)

        Information used to sort the items in the returned list.

        Parameters:
        sortBy - Information used to sort the items in the returned list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.