Uses of Interface
software.amazon.awssdk.services.macie2.model.JobDetails.Builder
-
Packages that use JobDetails.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of JobDetails.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return JobDetails.Builder Modifier and Type Method Description static JobDetails.BuilderJobDetails. builder()JobDetails.BuilderJobDetails.Builder. isDefinedInJob(String isDefinedInJob)Specifies whether any one-time or recurring jobs are configured to analyze objects in the bucket.JobDetails.BuilderJobDetails.Builder. isDefinedInJob(IsDefinedInJob isDefinedInJob)Specifies whether any one-time or recurring jobs are configured to analyze objects in the bucket.JobDetails.BuilderJobDetails.Builder. isMonitoredByJob(String isMonitoredByJob)Specifies whether any recurring jobs are configured to analyze objects in the bucket.JobDetails.BuilderJobDetails.Builder. isMonitoredByJob(IsMonitoredByJob isMonitoredByJob)Specifies whether any recurring jobs are configured to analyze objects in the bucket.JobDetails.BuilderJobDetails.Builder. lastJobId(String lastJobId)The unique identifier for the job that ran most recently and is configured to analyze objects in the bucket, either the latest run of a recurring job or the only run of a one-time job.JobDetails.BuilderJobDetails.Builder. lastJobRunTime(Instant lastJobRunTime)The date and time, in UTC and extended ISO 8601 format, when the job (lastJobId) started.JobDetails.BuilderJobDetails. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type JobDetails.Builder Modifier and Type Method Description static Class<? extends JobDetails.Builder>JobDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type JobDetails.Builder Modifier and Type Method Description default BucketMetadata.BuilderBucketMetadata.Builder. jobDetails(Consumer<JobDetails.Builder> jobDetails)Specifies whether any one-time or recurring classification jobs are configured to analyze objects in the bucket, and, if so, the details of the job that ran most recently.default MatchingBucket.BuilderMatchingBucket.Builder. jobDetails(Consumer<JobDetails.Builder> jobDetails)Specifies whether any one-time or recurring classification jobs are configured to analyze objects in the bucket, and, if so, the details of the job that ran most recently.
-