Interface ListJobsRequest.Builder

  • Method Details

    • jobCategory

      ListJobsRequest.Builder jobCategory(String jobCategory)

      The category of jobs to list.

      Parameters:
      jobCategory - The category of jobs to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobCategory

      ListJobsRequest.Builder jobCategory(JobCategory jobCategory)

      The category of jobs to list.

      Parameters:
      jobCategory - The category of jobs to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListJobsRequest.Builder nextToken(String nextToken)

      If the previous response was truncated, this token retrieves the next set of results.

      Parameters:
      nextToken - If the previous response was truncated, this token retrieves the next set of results.
      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 jobs to return in the response. The default value is 50.

      Parameters:
      maxResults - The maximum number of jobs to return in the response. The default value is 50.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTimeAfter

      ListJobsRequest.Builder creationTimeAfter(Instant creationTimeAfter)

      A filter that returns only jobs created after the specified time.

      Parameters:
      creationTimeAfter - A filter that returns only jobs created after the specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTimeBefore

      ListJobsRequest.Builder creationTimeBefore(Instant creationTimeBefore)

      A filter that returns only jobs created before the specified time.

      Parameters:
      creationTimeBefore - A filter that returns only jobs created before the specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTimeAfter

      ListJobsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)

      A filter that returns only jobs modified after the specified time.

      Parameters:
      lastModifiedTimeAfter - A filter that returns only jobs modified after the specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTimeBefore

      ListJobsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)

      A filter that returns only jobs modified before the specified time.

      Parameters:
      lastModifiedTimeBefore - A filter that returns only jobs modified before the specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nameContains

      ListJobsRequest.Builder nameContains(String nameContains)

      A string in the job name to filter results. Only jobs whose name contains the specified string are returned.

      Parameters:
      nameContains - A string in the job name to filter results. Only jobs whose name contains the specified string are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortBy

      The field to sort results by.

      Parameters:
      sortBy - The field to sort results by.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      The field to sort results by.

      Parameters:
      sortBy - The field to sort results by.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      ListJobsRequest.Builder sortOrder(String sortOrder)

      The sort order for results. Valid values are Ascending and Descending.

      Parameters:
      sortOrder - The sort order for results. Valid values are Ascending and Descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      ListJobsRequest.Builder sortOrder(SortOrder sortOrder)

      The sort order for results. Valid values are Ascending and Descending.

      Parameters:
      sortOrder - The sort order for results. Valid values are Ascending and Descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusEquals

      ListJobsRequest.Builder statusEquals(String statusEquals)

      A filter that returns only jobs with the specified status.

      Parameters:
      statusEquals - A filter that returns only jobs with the specified status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusEquals

      ListJobsRequest.Builder statusEquals(JobStatus statusEquals)

      A filter that returns only jobs with the specified status.

      Parameters:
      statusEquals - A filter that returns only jobs with the specified status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.