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 Details

    • 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.