default JobSummary.Builder |
JobSummary.Builder.bucketCriteria(Consumer<S3BucketCriteriaForJob.Builder> bucketCriteria) |
The property- and tag-based conditions that determine which S3 buckets are included or excluded from the
job's analysis.
|
JobSummary.Builder |
JobSummary.Builder.bucketCriteria(S3BucketCriteriaForJob bucketCriteria) |
The property- and tag-based conditions that determine which S3 buckets are included or excluded from the
job's analysis.
|
JobSummary.Builder |
JobSummary.Builder.bucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions) |
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to
analyze.
|
JobSummary.Builder |
JobSummary.Builder.bucketDefinitions(Consumer<S3BucketDefinitionForJob.Builder>... bucketDefinitions) |
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to
analyze.
|
JobSummary.Builder |
JobSummary.Builder.bucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions) |
An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job 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(String jobStatus) |
The current status of the job.
|
JobSummary.Builder |
JobSummary.Builder.jobStatus(JobStatus jobStatus) |
The current status of the job.
|
JobSummary.Builder |
JobSummary.Builder.jobType(String jobType) |
The schedule for running the job.
|
JobSummary.Builder |
JobSummary.Builder.jobType(JobType 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 or job
run 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 or job
run will expire and be cancelled if it isn't resumed.
|