Interface ListProcessingJobsRequest.Builder

    • Method Detail

      • creationTimeAfter

        ListProcessingJobsRequest.Builder creationTimeAfter​(Instant creationTimeAfter)

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

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

        ListProcessingJobsRequest.Builder creationTimeBefore​(Instant creationTimeBefore)

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

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

        ListProcessingJobsRequest.Builder lastModifiedTimeAfter​(Instant lastModifiedTimeAfter)

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

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

        ListProcessingJobsRequest.Builder lastModifiedTimeBefore​(Instant lastModifiedTimeBefore)

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

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

        ListProcessingJobsRequest.Builder nameContains​(String nameContains)

        A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.

        Parameters:
        nameContains - A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusEquals

        ListProcessingJobsRequest.Builder statusEquals​(String statusEquals)

        A filter that retrieves only processing jobs with a specific status.

        Parameters:
        statusEquals - A filter that retrieves only processing jobs with a specific status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProcessingJobStatus, ProcessingJobStatus
      • sortBy

        ListProcessingJobsRequest.Builder sortBy​(String sortBy)

        The field to sort results by. The default is CreationTime.

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

        ListProcessingJobsRequest.Builder sortBy​(SortBy sortBy)

        The field to sort results by. The default is CreationTime.

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

        ListProcessingJobsRequest.Builder sortOrder​(String sortOrder)

        The sort order for results. The default is Ascending.

        Parameters:
        sortOrder - The sort order for results. The default is Ascending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListProcessingJobsRequest.Builder sortOrder​(SortOrder sortOrder)

        The sort order for results. The default is Ascending.

        Parameters:
        sortOrder - The sort order for results. The default is Ascending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • nextToken

        ListProcessingJobsRequest.Builder nextToken​(String nextToken)

        If the result of the previous ListProcessingJobs request was truncated, the response includes a NextToken. To retrieve the next set of processing jobs, use the token in the next request.

        Parameters:
        nextToken - If the result of the previous ListProcessingJobs request was truncated, the response includes a NextToken. To retrieve the next set of processing jobs, use the token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListProcessingJobsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of processing jobs to return in the response.

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