@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EncryptionConfig extends Object implements Serializable, Cloneable, StructuredPojo
The encryption configuration.
| Constructor and Description |
|---|
EncryptionConfig() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfig |
clone() |
boolean |
equals(Object obj) |
String |
getEncryptionType()
The type of encryption.
|
String |
getKeyId()
The identifier of the encryption key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEncryptionType(String encryptionType)
The type of encryption.
|
void |
setKeyId(String keyId)
The identifier of the encryption key.
|
String |
toString()
Returns a string representation of this object.
|
EncryptionConfig |
withEncryptionType(EncryptionType encryptionType)
The type of encryption.
|
EncryptionConfig |
withEncryptionType(String encryptionType)
The type of encryption.
|
EncryptionConfig |
withKeyId(String keyId)
The identifier of the encryption key.
|
public void setEncryptionType(String encryptionType)
The type of encryption.
encryptionType - The type of encryption.EncryptionTypepublic String getEncryptionType()
The type of encryption.
EncryptionTypepublic EncryptionConfig withEncryptionType(String encryptionType)
The type of encryption.
encryptionType - The type of encryption.EncryptionTypepublic EncryptionConfig withEncryptionType(EncryptionType encryptionType)
The type of encryption.
encryptionType - The type of encryption.EncryptionTypepublic void setKeyId(String keyId)
The identifier of the encryption key.
keyId - The identifier of the encryption key.public String getKeyId()
The identifier of the encryption key.
public EncryptionConfig withKeyId(String keyId)
The identifier of the encryption key.
keyId - The identifier of the encryption key.public String toString()
toString in class ObjectObject.toString()public EncryptionConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.