Interface ListJobsRequest.Builder

    • Method Detail

      • farmId

        ListJobsRequest.Builder farmId​(String farmId)

        The farm ID for the jobs.

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

        ListJobsRequest.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

        ListJobsRequest.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.
      • principalId

        ListJobsRequest.Builder principalId​(String principalId)

        The principal ID of the members on the jobs.

        Parameters:
        principalId - The principal ID of the members on the jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queueId

        ListJobsRequest.Builder queueId​(String queueId)

        The queue ID for the job.

        Parameters:
        queueId - The queue ID for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.