Interface ListDataQualityJobDefinitionsRequest.Builder

    • Method Detail

      • endpointName

        ListDataQualityJobDefinitionsRequest.Builder endpointName​(String endpointName)

        A filter that lists the data quality job definitions associated with the specified endpoint.

        Parameters:
        endpointName - A filter that lists the data quality job definitions associated with the specified endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortOrder

        ListDataQualityJobDefinitionsRequest.Builder sortOrder​(String sortOrder)

        Whether to sort the results in Ascending or Descending order. The default is Descending.

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

        ListDataQualityJobDefinitionsRequest.Builder sortOrder​(SortOrder sortOrder)

        Whether to sort the results in Ascending or Descending order. The default is Descending.

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

        ListDataQualityJobDefinitionsRequest.Builder nextToken​(String nextToken)

        If the result of the previous ListDataQualityJobDefinitions 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 ListDataQualityJobDefinitions 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

        ListDataQualityJobDefinitionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of data quality monitoring job definitions to return in the response.

        Parameters:
        maxResults - The maximum number of data quality monitoring job definitions to return in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nameContains

        ListDataQualityJobDefinitionsRequest.Builder nameContains​(String nameContains)

        A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.

        Parameters:
        nameContains - A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimeBefore

        ListDataQualityJobDefinitionsRequest.Builder creationTimeBefore​(Instant creationTimeBefore)

        A filter that returns only data quality monitoring job definitions created before the specified time.

        Parameters:
        creationTimeBefore - A filter that returns only data quality monitoring job definitions created before the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimeAfter

        ListDataQualityJobDefinitionsRequest.Builder creationTimeAfter​(Instant creationTimeAfter)

        A filter that returns only data quality monitoring job definitions created after the specified time.

        Parameters:
        creationTimeAfter - A filter that returns only data quality monitoring job definitions created after the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.