@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClassificationExportConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies where to store data classification results, and the encryption settings to use when storing results in that location. The location must be an S3 general purpose bucket.
Constructor and Description |
---|
ClassificationExportConfiguration() |
Modifier and Type | Method and Description |
---|---|
ClassificationExportConfiguration |
clone() |
boolean |
equals(Object obj) |
S3Destination |
getS3Destination()
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in
that bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Destination(S3Destination s3Destination)
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in
that bucket.
|
String |
toString()
Returns a string representation of this object.
|
ClassificationExportConfiguration |
withS3Destination(S3Destination s3Destination)
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in
that bucket.
|
public void setS3Destination(S3Destination s3Destination)
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
s3Destination
- The S3 bucket to store data classification results in, and the encryption settings to use when storing
results in that bucket.public S3Destination getS3Destination()
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
public ClassificationExportConfiguration withS3Destination(S3Destination s3Destination)
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
s3Destination
- The S3 bucket to store data classification results in, and the encryption settings to use when storing
results in that bucket.public String toString()
toString
in class Object
Object.toString()
public ClassificationExportConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.