Interface ListTransformJobsRequest.Builder

    • Method Detail

      • creationTimeAfter

        ListTransformJobsRequest.Builder creationTimeAfter​(Instant creationTimeAfter)

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

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

        ListTransformJobsRequest.Builder creationTimeBefore​(Instant creationTimeBefore)

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

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

        ListTransformJobsRequest.Builder lastModifiedTimeAfter​(Instant lastModifiedTimeAfter)

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

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

        ListTransformJobsRequest.Builder lastModifiedTimeBefore​(Instant lastModifiedTimeBefore)

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

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

        ListTransformJobsRequest.Builder nameContains​(String nameContains)

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

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

        ListTransformJobsRequest.Builder statusEquals​(String statusEquals)

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

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

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

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

        ListTransformJobsRequest.Builder sortOrder​(String sortOrder)

        The sort order for results. The default is Descending.

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

        ListTransformJobsRequest.Builder sortOrder​(SortOrder sortOrder)

        The sort order for results. The default is Descending.

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

        ListTransformJobsRequest.Builder nextToken​(String nextToken)

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

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

        ListTransformJobsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of transform jobs to return in the response. The default value is 10.

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