| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
JobReport |
JobReport.clone() |
JobReport |
CreateJobRequest.getReport()
Configuration parameters for the optional job-completion report.
|
JobReport |
JobDescriptor.getReport()
Contains the configuration information for the job-completion report if you requested one in the
Create Job request. |
JobReport |
JobReport.withBucket(String bucket)
The Amazon Resource Name (ARN) for the bucket where specified job-completion report will be stored.
|
JobReport |
JobReport.withEnabled(Boolean enabled)
Indicates whether the specified job will generate a job-completion report.
|
JobReport |
JobReport.withFormat(JobReportFormat format)
The format of the specified job-completion report.
|
JobReport |
JobReport.withFormat(String format)
The format of the specified job-completion report.
|
JobReport |
JobReport.withPrefix(String prefix)
An optional prefix to describe where in the specified bucket the job-completion report will be stored.
|
JobReport |
JobReport.withReportScope(JobReportScope reportScope)
Indicates whether the job-completion report will include details of all tasks or only failed tasks.
|
JobReport |
JobReport.withReportScope(String reportScope)
Indicates whether the job-completion report will include details of all tasks or only failed tasks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateJobRequest.setReport(JobReport report)
Configuration parameters for the optional job-completion report.
|
void |
JobDescriptor.setReport(JobReport report)
Contains the configuration information for the job-completion report if you requested one in the
Create Job request. |
CreateJobRequest |
CreateJobRequest.withReport(JobReport report)
Configuration parameters for the optional job-completion report.
|
JobDescriptor |
JobDescriptor.withReport(JobReport report)
Contains the configuration information for the job-completion report if you requested one in the
Create Job request. |
Copyright © 2019. All rights reserved.