public class JobLogs extends Object implements Serializable, Cloneable
Contains job logs. Whenever Snowball is used to import data into or export
data out of Amazon S3, you'll have the option of downloading a PDF job
report. Job logs are returned as a part of the response syntax of the
DescribeJob action in the JobMetadata data type.
The job logs can be accessed for up to 60 minutes after this request has been
made. To access any of the job logs after 60 minutes have passed, you'll have
to make another call to the DescribeJob action.
For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.
The job report provides you insight into the state of your Amazon S3 data transfer. The report includes details about your job or job part for your records.
For deeper visibility into the status of your transferred objects, you can look at the two associated logs: a success log and a failure log. The logs are saved in comma-separated value (CSV) format, and the name of each log includes the ID of the job or job part that the log describes.
| Constructor and Description |
|---|
JobLogs() |
| Modifier and Type | Method and Description |
|---|---|
JobLogs |
clone() |
boolean |
equals(Object obj) |
String |
getJobCompletionReportURI() |
String |
getJobFailureLogURI() |
String |
getJobSuccessLogURI() |
int |
hashCode() |
void |
setJobCompletionReportURI(String jobCompletionReportURI) |
void |
setJobFailureLogURI(String jobFailureLogURI) |
void |
setJobSuccessLogURI(String jobSuccessLogURI) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
JobLogs |
withJobCompletionReportURI(String jobCompletionReportURI) |
JobLogs |
withJobFailureLogURI(String jobFailureLogURI) |
JobLogs |
withJobSuccessLogURI(String jobSuccessLogURI) |
public void setJobCompletionReportURI(String jobCompletionReportURI)
jobCompletionReportURI - public String getJobCompletionReportURI()
public JobLogs withJobCompletionReportURI(String jobCompletionReportURI)
jobCompletionReportURI - public void setJobSuccessLogURI(String jobSuccessLogURI)
jobSuccessLogURI - public String getJobSuccessLogURI()
public JobLogs withJobSuccessLogURI(String jobSuccessLogURI)
jobSuccessLogURI - public void setJobFailureLogURI(String jobFailureLogURI)
jobFailureLogURI - public String getJobFailureLogURI()
public JobLogs withJobFailureLogURI(String jobFailureLogURI)
jobFailureLogURI - public String toString()
toString in class ObjectObject.toString()Copyright © 2016. All rights reserved.