public static interface JobReport.Builder extends SdkPojo, CopyableBuilder<JobReport.Builder,JobReport>
| Modifier and Type | Method and Description |
|---|---|
JobReport.Builder |
bucket(String bucket)
The Amazon Resource Name (ARN) for the bucket where specified job-completion report will be stored.
|
JobReport.Builder |
enabled(Boolean enabled)
Indicates whether the specified job will generate a job-completion report.
|
JobReport.Builder |
format(JobReportFormat format)
The format of the specified job-completion report.
|
JobReport.Builder |
format(String format)
The format of the specified job-completion report.
|
JobReport.Builder |
prefix(String prefix)
An optional prefix to describe where in the specified bucket the job-completion report will be stored.
|
JobReport.Builder |
reportScope(JobReportScope reportScope)
Indicates whether the job-completion report will include details of all tasks or only failed tasks.
|
JobReport.Builder |
reportScope(String reportScope)
Indicates whether the job-completion report will include details of all tasks or only failed tasks.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobReport.Builder bucket(String bucket)
The Amazon Resource Name (ARN) for the bucket where specified job-completion report will be stored.
bucket - The Amazon Resource Name (ARN) for the bucket where specified job-completion report will be stored.JobReport.Builder format(String format)
The format of the specified job-completion report.
format - The format of the specified job-completion report.JobReportFormat,
JobReportFormatJobReport.Builder format(JobReportFormat format)
The format of the specified job-completion report.
format - The format of the specified job-completion report.JobReportFormat,
JobReportFormatJobReport.Builder enabled(Boolean enabled)
Indicates whether the specified job will generate a job-completion report.
enabled - Indicates whether the specified job will generate a job-completion report.JobReport.Builder prefix(String prefix)
An optional prefix to describe where in the specified bucket the job-completion report will be stored. Amazon
S3 stores the job-completion report at <prefix>/job-<job-id>/report.json.
prefix - An optional prefix to describe where in the specified bucket the job-completion report will be stored.
Amazon S3 stores the job-completion report at
<prefix>/job-<job-id>/report.json.JobReport.Builder reportScope(String reportScope)
Indicates whether the job-completion report will include details of all tasks or only failed tasks.
reportScope - Indicates whether the job-completion report will include details of all tasks or only failed tasks.JobReportScope,
JobReportScopeJobReport.Builder reportScope(JobReportScope reportScope)
Indicates whether the job-completion report will include details of all tasks or only failed tasks.
reportScope - Indicates whether the job-completion report will include details of all tasks or only failed tasks.JobReportScope,
JobReportScopeCopyright © 2021. All rights reserved.