Interface JobLogs.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JobLogs.Builder,JobLogs>,SdkBuilder<JobLogs.Builder,JobLogs>,SdkPojo
- Enclosing class:
- JobLogs
public static interface JobLogs.Builder extends SdkPojo, CopyableBuilder<JobLogs.Builder,JobLogs>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobLogs.BuilderjobCompletionReportURI(String jobCompletionReportURI)A link to an Amazon S3 presigned URL where the job completion report is located.JobLogs.BuilderjobFailureLogURI(String jobFailureLogURI)A link to an Amazon S3 presigned URL where the job failure log is located.JobLogs.BuilderjobSuccessLogURI(String jobSuccessLogURI)A link to an Amazon S3 presigned URL where the job success log is located.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
jobCompletionReportURI
JobLogs.Builder jobCompletionReportURI(String jobCompletionReportURI)
A link to an Amazon S3 presigned URL where the job completion report is located.
- Parameters:
jobCompletionReportURI- A link to an Amazon S3 presigned URL where the job completion report is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobSuccessLogURI
JobLogs.Builder jobSuccessLogURI(String jobSuccessLogURI)
A link to an Amazon S3 presigned URL where the job success log is located.
- Parameters:
jobSuccessLogURI- A link to an Amazon S3 presigned URL where the job success log is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobFailureLogURI
JobLogs.Builder jobFailureLogURI(String jobFailureLogURI)
A link to an Amazon S3 presigned URL where the job failure log is located.
- Parameters:
jobFailureLogURI- A link to an Amazon S3 presigned URL where the job failure log is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-