@Stability(value=Stable) public static final class CfnStudio.StudioEncryptionConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStudio.StudioEncryptionConfigurationProperty>
CfnStudio.StudioEncryptionConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStudio.StudioEncryptionConfigurationProperty |
build()
Builds the configured instance.
|
CfnStudio.StudioEncryptionConfigurationProperty.Builder |
keyArn(String keyArn)
Sets the value of
CfnStudio.StudioEncryptionConfigurationProperty.getKeyArn() |
CfnStudio.StudioEncryptionConfigurationProperty.Builder |
keyType(String keyType)
Sets the value of
CfnStudio.StudioEncryptionConfigurationProperty.getKeyType() |
@Stability(value=Stable) public CfnStudio.StudioEncryptionConfigurationProperty.Builder keyType(String keyType)
CfnStudio.StudioEncryptionConfigurationProperty.getKeyType()keyType - The type of KMS key that is used to encrypt studio data. This parameter is required.this@Stability(value=Stable) public CfnStudio.StudioEncryptionConfigurationProperty.Builder keyArn(String keyArn)
CfnStudio.StudioEncryptionConfigurationProperty.getKeyArn()keyArn - The ARN for a KMS key that is used to encrypt studio data.this@Stability(value=Stable) public CfnStudio.StudioEncryptionConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnStudio.StudioEncryptionConfigurationProperty>CfnStudio.StudioEncryptionConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.