| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static JobLogs.Builder |
JobLogs.builder() |
JobLogs.Builder |
JobLogs.Builder.jobCompletionReportURI(String jobCompletionReportURI)
A link to an Amazon S3 presigned URL where the job completion report is located.
|
JobLogs.Builder |
JobLogs.Builder.jobFailureLogURI(String jobFailureLogURI)
A link to an Amazon S3 presigned URL where the job failure log is located.
|
JobLogs.Builder |
JobLogs.Builder.jobSuccessLogURI(String jobSuccessLogURI)
A link to an Amazon S3 presigned URL where the job success log is located.
|
JobLogs.Builder |
JobLogs.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobLogs.Builder> |
JobLogs.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JobMetadata.Builder |
JobMetadata.Builder.jobLogInfo(Consumer<JobLogs.Builder> jobLogInfo)
Links to Amazon S3 presigned URLs for the job report and logs.
|
Copyright © 2022. All rights reserved.