Interface ListTasksRequest.Builder

    • Method Detail

      • farmId

        ListTasksRequest.Builder farmId​(String farmId)

        The farm ID connected to the tasks.

        Parameters:
        farmId - The farm ID connected to the tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        ListTasksRequest.Builder jobId​(String jobId)

        The job ID for the tasks.

        Parameters:
        jobId - The job ID for the tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListTasksRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

        Parameters:
        maxResults - The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTasksRequest.Builder nextToken​(String nextToken)

        The token for the next set of results, or null to start from the beginning.

        Parameters:
        nextToken - The token for the next set of results, or null to start from the beginning.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queueId

        ListTasksRequest.Builder queueId​(String queueId)

        The queue ID connected to the tasks.

        Parameters:
        queueId - The queue ID connected to the tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stepId

        ListTasksRequest.Builder stepId​(String stepId)

        The step ID for the tasks.

        Parameters:
        stepId - The step ID for the tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.