public static interface EntitiesDetectionJobFilter.Builder extends SdkPojo, CopyableBuilder<EntitiesDetectionJobFilter.Builder,EntitiesDetectionJobFilter>
| Modifier and Type | Method and Description |
|---|---|
EntitiesDetectionJobFilter.Builder |
jobName(String jobName)
Filters on the name of the job.
|
EntitiesDetectionJobFilter.Builder |
jobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status.
|
EntitiesDetectionJobFilter.Builder |
jobStatus(String jobStatus)
Filters the list of jobs based on job status.
|
EntitiesDetectionJobFilter.Builder |
submitTimeAfter(Instant submitTimeAfter)
Filters the list of jobs based on the time that the job was submitted for processing.
|
EntitiesDetectionJobFilter.Builder |
submitTimeBefore(Instant submitTimeBefore)
Filters the list of jobs based on the time that the job was submitted for processing.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntitiesDetectionJobFilter.Builder jobName(String jobName)
Filters on the name of the job.
jobName - Filters on the name of the job.EntitiesDetectionJobFilter.Builder jobStatus(String jobStatus)
Filters the list of jobs based on job status. Returns only jobs with the specified status.
EntitiesDetectionJobFilter.Builder jobStatus(JobStatus jobStatus)
Filters the list of jobs based on job status. Returns only jobs with the specified status.
EntitiesDetectionJobFilter.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.
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.EntitiesDetectionJobFilter.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.
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.Copyright © 2023. All rights reserved.