| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
JobReport.Builder |
JobReport.Builder.bucket(String bucket)
The Amazon Resource Name (ARN) for the bucket where specified job-completion report will be stored.
|
static JobReport.Builder |
JobReport.builder() |
JobReport.Builder |
JobReport.Builder.enabled(Boolean enabled)
Indicates whether the specified job will generate a job-completion report.
|
JobReport.Builder |
JobReport.Builder.format(JobReportFormat format)
The format of the specified job-completion report.
|
JobReport.Builder |
JobReport.Builder.format(String format)
The format of the specified job-completion report.
|
JobReport.Builder |
JobReport.Builder.prefix(String prefix)
An optional prefix to describe where in the specified bucket the job-completion report will be stored.
|
JobReport.Builder |
JobReport.Builder.reportScope(JobReportScope reportScope)
Indicates whether the job-completion report will include details of all tasks or only failed tasks.
|
JobReport.Builder |
JobReport.Builder.reportScope(String reportScope)
Indicates whether the job-completion report will include details of all tasks or only failed tasks.
|
JobReport.Builder |
JobReport.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobReport.Builder> |
JobReport.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.report(Consumer<JobReport.Builder> report)
Configuration parameters for the optional job-completion report.
|
default JobDescriptor.Builder |
JobDescriptor.Builder.report(Consumer<JobReport.Builder> report)
Contains the configuration information for the job-completion report if you requested one in the
Create Job request. |
Copyright © 2023. All rights reserved.