| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static JobDetails.Builder |
JobDetails.builder() |
JobDetails.Builder |
JobDetails.Builder.isDefinedInJob(IsDefinedInJob isDefinedInJob)
Specifies whether any one-time or recurring jobs are configured to analyze data in the bucket.
|
JobDetails.Builder |
JobDetails.Builder.isDefinedInJob(String isDefinedInJob)
Specifies whether any one-time or recurring jobs are configured to analyze data in the bucket.
|
JobDetails.Builder |
JobDetails.Builder.isMonitoredByJob(IsMonitoredByJob isMonitoredByJob)
Specifies whether any recurring jobs are configured to analyze data in the bucket.
|
JobDetails.Builder |
JobDetails.Builder.isMonitoredByJob(String isMonitoredByJob)
Specifies whether any recurring jobs are configured to analyze data in the bucket.
|
JobDetails.Builder |
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 |
JobDetails.Builder.lastJobRunTime(Instant lastJobRunTime)
The date and time, in UTC and extended ISO 8601 format, when the job (lastJobId) started.
|
JobDetails.Builder |
JobDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobDetails.Builder> |
JobDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BucketMetadata.Builder |
BucketMetadata.Builder.jobDetails(Consumer<JobDetails.Builder> jobDetails)
Specifies whether any one-time or recurring classification jobs are configured to analyze data in the bucket,
and, if so, the details of the job that ran most recently.
|
Copyright © 2020. All rights reserved.