@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Report configuration for a batch load task. This contains details about where error reports are stored.
| Constructor and Description |
|---|
ReportConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ReportConfiguration |
clone() |
boolean |
equals(Object obj) |
ReportS3Configuration |
getReportS3Configuration()
Configuration of an S3 location to write error reports and events for a batch load.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setReportS3Configuration(ReportS3Configuration reportS3Configuration)
Configuration of an S3 location to write error reports and events for a batch load.
|
String |
toString()
Returns a string representation of this object.
|
ReportConfiguration |
withReportS3Configuration(ReportS3Configuration reportS3Configuration)
Configuration of an S3 location to write error reports and events for a batch load.
|
public void setReportS3Configuration(ReportS3Configuration reportS3Configuration)
Configuration of an S3 location to write error reports and events for a batch load.
reportS3Configuration - Configuration of an S3 location to write error reports and events for a batch load.public ReportS3Configuration getReportS3Configuration()
Configuration of an S3 location to write error reports and events for a batch load.
public ReportConfiguration withReportS3Configuration(ReportS3Configuration reportS3Configuration)
Configuration of an S3 location to write error reports and events for a batch load.
reportS3Configuration - Configuration of an S3 location to write error reports and events for a batch load.public String toString()
toString in class ObjectObject.toString()public ReportConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.