@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MagneticStoreRejectedDataLocation extends Object implements Serializable, Cloneable, StructuredPojo
The location to write error reports for records rejected, asynchronously, during magnetic store writes.
Constructor and Description |
---|
MagneticStoreRejectedDataLocation() |
Modifier and Type | Method and Description |
---|---|
MagneticStoreRejectedDataLocation |
clone() |
boolean |
equals(Object obj) |
S3Configuration |
getS3Configuration()
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic
store writes.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3Configuration(S3Configuration s3Configuration)
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic
store writes.
|
String |
toString()
Returns a string representation of this object.
|
MagneticStoreRejectedDataLocation |
withS3Configuration(S3Configuration s3Configuration)
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic
store writes.
|
public void setS3Configuration(S3Configuration s3Configuration)
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.
s3Configuration
- Configuration of an S3 location to write error reports for records rejected, asynchronously, during
magnetic store writes.public S3Configuration getS3Configuration()
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.
public MagneticStoreRejectedDataLocation withS3Configuration(S3Configuration s3Configuration)
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.
s3Configuration
- Configuration of an S3 location to write error reports for records rejected, asynchronously, during
magnetic store writes.public String toString()
toString
in class Object
Object.toString()
public MagneticStoreRejectedDataLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.