CopyableBuilder<JobLogs.Builder,JobLogs>
, SdkBuilder<JobLogs.Builder,JobLogs>
public static interface JobLogs.Builder extends CopyableBuilder<JobLogs.Builder,JobLogs>
Modifier and Type | Method | Description |
---|---|---|
JobLogs.Builder |
jobCompletionReportURI(String jobCompletionReportURI) |
A link to an Amazon S3 presigned URL where the job completion report is located.
|
JobLogs.Builder |
jobFailureLogURI(String jobFailureLogURI) |
A link to an Amazon S3 presigned URL where the job failure log is located.
|
JobLogs.Builder |
jobSuccessLogURI(String jobSuccessLogURI) |
A link to an Amazon S3 presigned URL where the job success log is located.
|
copy
apply, build
JobLogs.Builder jobCompletionReportURI(String jobCompletionReportURI)
A link to an Amazon S3 presigned URL where the job completion report is located.
jobCompletionReportURI
- A link to an Amazon S3 presigned URL where the job completion report is located.JobLogs.Builder jobSuccessLogURI(String jobSuccessLogURI)
A link to an Amazon S3 presigned URL where the job success log is located.
jobSuccessLogURI
- A link to an Amazon S3 presigned URL where the job success log is located.JobLogs.Builder jobFailureLogURI(String jobFailureLogURI)
A link to an Amazon S3 presigned URL where the job failure log is located.
jobFailureLogURI
- A link to an Amazon S3 presigned URL where the job failure log is located.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.