public static interface StudioEncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<StudioEncryptionConfiguration.Builder,StudioEncryptionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
StudioEncryptionConfiguration.Builder |
keyArn(String keyArn)
The ARN for a KMS key that is used to encrypt studio data.
|
StudioEncryptionConfiguration.Builder |
keyType(String keyType)
The type of KMS key that is used to encrypt studio data.
|
StudioEncryptionConfiguration.Builder |
keyType(StudioEncryptionConfigurationKeyType keyType)
The type of KMS key that is used to encrypt studio data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStudioEncryptionConfiguration.Builder keyArn(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.StudioEncryptionConfiguration.Builder keyType(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,
StudioEncryptionConfigurationKeyTypeStudioEncryptionConfiguration.Builder keyType(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,
StudioEncryptionConfigurationKeyTypeCopyright © 2023. All rights reserved.