public static interface JobDetails.Builder extends SdkPojo, CopyableBuilder<JobDetails.Builder,JobDetails>
| Modifier and Type | Method and Description |
|---|---|
JobDetails.Builder |
isDefinedInJob(IsDefinedInJob isDefinedInJob)
Specifies whether any one-time or recurring jobs are configured to analyze data in the bucket.
|
JobDetails.Builder |
isDefinedInJob(String isDefinedInJob)
Specifies whether any one-time or recurring jobs are configured to analyze data in the bucket.
|
JobDetails.Builder |
isMonitoredByJob(IsMonitoredByJob isMonitoredByJob)
Specifies whether any recurring jobs are configured to analyze data in the bucket.
|
JobDetails.Builder |
isMonitoredByJob(String isMonitoredByJob)
Specifies whether any recurring jobs are configured to analyze data in the bucket.
|
JobDetails.Builder |
lastJobId(String lastJobId)
The unique identifier for the job that ran most recently (either the latest run of a recurring job or the
only run of a one-time job) and is configured to analyze data in the bucket.
|
JobDetails.Builder |
lastJobRunTime(Instant lastJobRunTime)
The date and time, in UTC and extended ISO 8601 format, when the job (lastJobId) started.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobDetails.Builder isDefinedInJob(String isDefinedInJob)
Specifies whether any one-time or recurring jobs are configured to analyze data in the bucket. Possible values are:
TRUE - One or more jobs is configured to analyze data in the bucket, and at least one of those jobs has a status other than CANCELLED.
FALSE - No jobs are configured to analyze data in the bucket, or all the jobs that are configured to analyze data in the bucket have a status of CANCELLED.
UNKNOWN - An exception occurred when Amazon Macie attempted to retrieve job data for the bucket.
isDefinedInJob - Specifies whether any one-time or recurring jobs are configured to analyze data in the bucket.
Possible values are:
TRUE - One or more jobs is configured to analyze data in the bucket, and at least one of those jobs has a status other than CANCELLED.
FALSE - No jobs are configured to analyze data in the bucket, or all the jobs that are configured to analyze data in the bucket have a status of CANCELLED.
UNKNOWN - An exception occurred when Amazon Macie attempted to retrieve job data for the bucket.
IsDefinedInJob,
IsDefinedInJobJobDetails.Builder isDefinedInJob(IsDefinedInJob isDefinedInJob)
Specifies whether any one-time or recurring jobs are configured to analyze data in the bucket. Possible values are:
TRUE - One or more jobs is configured to analyze data in the bucket, and at least one of those jobs has a status other than CANCELLED.
FALSE - No jobs are configured to analyze data in the bucket, or all the jobs that are configured to analyze data in the bucket have a status of CANCELLED.
UNKNOWN - An exception occurred when Amazon Macie attempted to retrieve job data for the bucket.
isDefinedInJob - Specifies whether any one-time or recurring jobs are configured to analyze data in the bucket.
Possible values are:
TRUE - One or more jobs is configured to analyze data in the bucket, and at least one of those jobs has a status other than CANCELLED.
FALSE - No jobs are configured to analyze data in the bucket, or all the jobs that are configured to analyze data in the bucket have a status of CANCELLED.
UNKNOWN - An exception occurred when Amazon Macie attempted to retrieve job data for the bucket.
IsDefinedInJob,
IsDefinedInJobJobDetails.Builder isMonitoredByJob(String isMonitoredByJob)
Specifies whether any recurring jobs are configured to analyze data in the bucket. Possible values are:
TRUE - One or more recurring jobs is configured to analyze data in the bucket, and at least one of those jobs has a status other than CANCELLED.
FALSE - No recurring jobs are configured to analyze data in the bucket, or all the recurring jobs that are configured to analyze data in the bucket have a status of CANCELLED.
UNKNOWN - An exception occurred when Amazon Macie attempted to retrieve job data for the bucket.
isMonitoredByJob - Specifies whether any recurring jobs are configured to analyze data in the bucket. Possible values
are:
TRUE - One or more recurring jobs is configured to analyze data in the bucket, and at least one of those jobs has a status other than CANCELLED.
FALSE - No recurring jobs are configured to analyze data in the bucket, or all the recurring jobs that are configured to analyze data in the bucket have a status of CANCELLED.
UNKNOWN - An exception occurred when Amazon Macie attempted to retrieve job data for the bucket.
IsMonitoredByJob,
IsMonitoredByJobJobDetails.Builder isMonitoredByJob(IsMonitoredByJob isMonitoredByJob)
Specifies whether any recurring jobs are configured to analyze data in the bucket. Possible values are:
TRUE - One or more recurring jobs is configured to analyze data in the bucket, and at least one of those jobs has a status other than CANCELLED.
FALSE - No recurring jobs are configured to analyze data in the bucket, or all the recurring jobs that are configured to analyze data in the bucket have a status of CANCELLED.
UNKNOWN - An exception occurred when Amazon Macie attempted to retrieve job data for the bucket.
isMonitoredByJob - Specifies whether any recurring jobs are configured to analyze data in the bucket. Possible values
are:
TRUE - One or more recurring jobs is configured to analyze data in the bucket, and at least one of those jobs has a status other than CANCELLED.
FALSE - No recurring jobs are configured to analyze data in the bucket, or all the recurring jobs that are configured to analyze data in the bucket have a status of CANCELLED.
UNKNOWN - An exception occurred when Amazon Macie attempted to retrieve job data for the bucket.
IsMonitoredByJob,
IsMonitoredByJobJobDetails.Builder lastJobId(String lastJobId)
The unique identifier for the job that ran most recently (either the latest run of a recurring job or the only run of a one-time job) and is configured to analyze data in the bucket.
This value is null if the value for the isDefinedInJob property is FALSE or UNKNOWN.
lastJobId - The unique identifier for the job that ran most recently (either the latest run of a recurring job or
the only run of a one-time job) and is configured to analyze data in the bucket.
This value is null if the value for the isDefinedInJob property is FALSE or UNKNOWN.
JobDetails.Builder lastJobRunTime(Instant lastJobRunTime)
The date and time, in UTC and extended ISO 8601 format, when the job (lastJobId) started. If the job is a recurring job, this value indicates when the most recent run started.
This value is null if the value for the isDefinedInJob property is FALSE or UNKNOWN.
lastJobRunTime - The date and time, in UTC and extended ISO 8601 format, when the job (lastJobId) started. If the job
is a recurring job, this value indicates when the most recent run started.
This value is null if the value for the isDefinedInJob property is FALSE or UNKNOWN.
Copyright © 2020. All rights reserved.