@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SseConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The server-side encryption key configuration for a customer provided encryption key.
| Constructor and Description |
|---|
SseConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SseConfiguration |
clone() |
boolean |
equals(Object obj) |
KmsEncryptionConfig |
getKmsEncryptionConfig()
The KMS encryption configuration used to provide details for data encryption.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setKmsEncryptionConfig(KmsEncryptionConfig kmsEncryptionConfig)
The KMS encryption configuration used to provide details for data encryption.
|
String |
toString()
Returns a string representation of this object.
|
SseConfiguration |
withKmsEncryptionConfig(KmsEncryptionConfig kmsEncryptionConfig)
The KMS encryption configuration used to provide details for data encryption.
|
public void setKmsEncryptionConfig(KmsEncryptionConfig kmsEncryptionConfig)
The KMS encryption configuration used to provide details for data encryption.
kmsEncryptionConfig - The KMS encryption configuration used to provide details for data encryption.public KmsEncryptionConfig getKmsEncryptionConfig()
The KMS encryption configuration used to provide details for data encryption.
public SseConfiguration withKmsEncryptionConfig(KmsEncryptionConfig kmsEncryptionConfig)
The KMS encryption configuration used to provide details for data encryption.
kmsEncryptionConfig - The KMS encryption configuration used to provide details for data encryption.public String toString()
toString in class ObjectObject.toString()public SseConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.