Interface ListJobsRequest.Builder

  • Method Details

    • 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.
    • 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.
    • 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.
    • 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.
    • overrideConfiguration

      ListJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.