@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3DestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
S3DestinationSettings() |
| Modifier and Type | Method and Description |
|---|---|
S3DestinationSettings |
clone() |
boolean |
equals(Object obj) |
S3EncryptionSettings |
getEncryption()
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEncryption(S3EncryptionSettings encryption)
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
S3DestinationSettings |
withEncryption(S3EncryptionSettings encryption)
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
public void setEncryption(S3EncryptionSettings encryption)
encryption - Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.public S3EncryptionSettings getEncryption()
public S3DestinationSettings withEncryption(S3EncryptionSettings encryption)
encryption - Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.public String toString()
toString in class ObjectObject.toString()public S3DestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.