@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClassificationExportConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies where to export data classification results to, and the encryption settings to use when storing results in that location. Currently, you can export classification results only to an S3 bucket.
| Constructor and Description |
|---|
ClassificationExportConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ClassificationExportConfiguration |
clone() |
boolean |
equals(Object obj) |
S3Destination |
getS3Destination()
The S3 bucket to export data classification results to, 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 export data classification results to, 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 export data classification results to, and the encryption settings to use when storing results
in that bucket.
|
public void setS3Destination(S3Destination s3Destination)
The S3 bucket to export data classification results to, and the encryption settings to use when storing results in that bucket.
s3Destination - The S3 bucket to export data classification results to, and the encryption settings to use when storing
results in that bucket.public S3Destination getS3Destination()
The S3 bucket to export data classification results to, and the encryption settings to use when storing results in that bucket.
public ClassificationExportConfiguration withS3Destination(S3Destination s3Destination)
The S3 bucket to export data classification results to, and the encryption settings to use when storing results in that bucket.
s3Destination - The S3 bucket to export data classification results to, and the encryption settings to use when storing
results in that bucket.public String toString()
toString in class ObjectObject.toString()public ClassificationExportConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.