@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StudioEncryptionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration of the encryption method that is used for the studio.
Constructor and Description |
---|
StudioEncryptionConfiguration() |
Modifier and Type | Method and Description |
---|---|
StudioEncryptionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getKeyArn()
The ARN for a KMS key that is used to encrypt studio data.
|
String |
getKeyType()
The type of KMS key that is used to encrypt studio data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKeyArn(String keyArn)
The ARN for a KMS key that is used to encrypt studio data.
|
void |
setKeyType(String keyType)
The type of KMS key that is used to encrypt studio data.
|
String |
toString()
Returns a string representation of this object.
|
StudioEncryptionConfiguration |
withKeyArn(String keyArn)
The ARN for a KMS key that is used to encrypt studio data.
|
StudioEncryptionConfiguration |
withKeyType(String keyType)
The type of KMS key that is used to encrypt studio data.
|
StudioEncryptionConfiguration |
withKeyType(StudioEncryptionConfigurationKeyType keyType)
The type of KMS key that is used to encrypt studio data.
|
public void setKeyArn(String keyArn)
The ARN for a KMS key that is used to encrypt studio data.
keyArn
- The ARN for a KMS key that is used to encrypt studio data.public String getKeyArn()
The ARN for a KMS key that is used to encrypt studio data.
public StudioEncryptionConfiguration withKeyArn(String keyArn)
The ARN for a KMS key that is used to encrypt studio data.
keyArn
- The ARN for a KMS key that is used to encrypt studio data.public void setKeyType(String keyType)
The type of KMS key that is used to encrypt studio data.
keyType
- The type of KMS key that is used to encrypt studio data.StudioEncryptionConfigurationKeyType
public String getKeyType()
The type of KMS key that is used to encrypt studio data.
StudioEncryptionConfigurationKeyType
public StudioEncryptionConfiguration withKeyType(String keyType)
The type of KMS key that is used to encrypt studio data.
keyType
- The type of KMS key that is used to encrypt studio data.StudioEncryptionConfigurationKeyType
public StudioEncryptionConfiguration withKeyType(StudioEncryptionConfigurationKeyType keyType)
The type of KMS key that is used to encrypt studio data.
keyType
- The type of KMS key that is used to encrypt studio data.StudioEncryptionConfigurationKeyType
public String toString()
toString
in class Object
Object.toString()
public StudioEncryptionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.