Interface PiiEntitiesDetectionJobFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PiiEntitiesDetectionJobFilter.Builder,PiiEntitiesDetectionJobFilter>, SdkBuilder<PiiEntitiesDetectionJobFilter.Builder,PiiEntitiesDetectionJobFilter>, SdkPojo
Enclosing class:
PiiEntitiesDetectionJobFilter

public static interface PiiEntitiesDetectionJobFilter.Builder extends SdkPojo, CopyableBuilder<PiiEntitiesDetectionJobFilter.Builder,PiiEntitiesDetectionJobFilter>
  • Method Details

    • jobName

      Filters on the name of the job.

      Parameters:
      jobName - Filters on the name of the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobStatus

      Filters the list of jobs based on job status. Returns only jobs with the specified status.

      Parameters:
      jobStatus - Filters the list of jobs based on job status. Returns only jobs with the specified status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobStatus

      Filters the list of jobs based on job status. Returns only jobs with the specified status.

      Parameters:
      jobStatus - Filters the list of jobs based on job status. Returns only jobs with the specified status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • submitTimeBefore

      PiiEntitiesDetectionJobFilter.Builder submitTimeBefore(Instant submitTimeBefore)

      Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

      Parameters:
      submitTimeBefore - Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • submitTimeAfter

      PiiEntitiesDetectionJobFilter.Builder submitTimeAfter(Instant submitTimeAfter)

      Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

      Parameters:
      submitTimeAfter - Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.