| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
JobSummary.Builder |
JobSummary.Builder.bucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
The S3 buckets that the job is configured to analyze.
|
JobSummary.Builder |
JobSummary.Builder.bucketDefinitions(Consumer<S3BucketDefinitionForJob.Builder>... bucketDefinitions)
The S3 buckets that the job is configured to analyze.
|
JobSummary.Builder |
JobSummary.Builder.bucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)
The S3 buckets that the job is configured to analyze.
|
static JobSummary.Builder |
JobSummary.builder() |
JobSummary.Builder |
JobSummary.Builder.createdAt(Instant createdAt)
The date and time, in UTC and extended ISO 8601 format, when the job was created.
|
JobSummary.Builder |
JobSummary.Builder.jobId(String jobId)
The unique identifier for the job.
|
JobSummary.Builder |
JobSummary.Builder.jobStatus(JobStatus jobStatus)
The current status of the job.
|
JobSummary.Builder |
JobSummary.Builder.jobStatus(String jobStatus)
The current status of the job.
|
JobSummary.Builder |
JobSummary.Builder.jobType(JobType jobType)
The schedule for running the job.
|
JobSummary.Builder |
JobSummary.Builder.jobType(String jobType)
The schedule for running the job.
|
default JobSummary.Builder |
JobSummary.Builder.lastRunErrorStatus(Consumer<LastRunErrorStatus.Builder> lastRunErrorStatus)
Specifies whether any account- or bucket-level access errors occurred when the job ran.
|
JobSummary.Builder |
JobSummary.Builder.lastRunErrorStatus(LastRunErrorStatus lastRunErrorStatus)
Specifies whether any account- or bucket-level access errors occurred when the job ran.
|
JobSummary.Builder |
JobSummary.Builder.name(String name)
The custom name of the job.
|
JobSummary.Builder |
JobSummary.toBuilder() |
default JobSummary.Builder |
JobSummary.Builder.userPausedDetails(Consumer<UserPausedDetails.Builder> userPausedDetails)
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job will
expire and be cancelled if it isn't resumed.
|
JobSummary.Builder |
JobSummary.Builder.userPausedDetails(UserPausedDetails userPausedDetails)
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job will
expire and be cancelled if it isn't resumed.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobSummary.Builder> |
JobSummary.serializableBuilderClass() |
Copyright © 2020. All rights reserved.