@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataLakeEncryptionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Provides encryption details of Amazon Security Lake object.
Constructor and Description |
---|
DataLakeEncryptionConfiguration() |
Modifier and Type | Method and Description |
---|---|
DataLakeEncryptionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
The id of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKmsKeyId(String kmsKeyId)
The id of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.
|
String |
toString()
Returns a string representation of this object.
|
DataLakeEncryptionConfiguration |
withKmsKeyId(String kmsKeyId)
The id of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.
|
public void setKmsKeyId(String kmsKeyId)
The id of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.
kmsKeyId
- The id of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.public String getKmsKeyId()
The id of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.
public DataLakeEncryptionConfiguration withKmsKeyId(String kmsKeyId)
The id of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.
kmsKeyId
- The id of KMS encryption key used by Amazon Security Lake to encrypt the Security Lake object.public String toString()
toString
in class Object
Object.toString()
public DataLakeEncryptionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.