@Stability(value=Stable) public static final class CfnRepository.EncryptionConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRepository.EncryptionConfigurationProperty>
CfnRepository.EncryptionConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRepository.EncryptionConfigurationProperty |
build()
Builds the configured instance.
|
CfnRepository.EncryptionConfigurationProperty.Builder |
encryptionType(String encryptionType)
Sets the value of
CfnRepository.EncryptionConfigurationProperty.getEncryptionType() |
CfnRepository.EncryptionConfigurationProperty.Builder |
kmsKey(String kmsKey)
Sets the value of
CfnRepository.EncryptionConfigurationProperty.getKmsKey() |
@Stability(value=Stable) public CfnRepository.EncryptionConfigurationProperty.Builder encryptionType(String encryptionType)
CfnRepository.EncryptionConfigurationProperty.getEncryptionType()encryptionType - `CfnRepository.EncryptionConfigurationProperty.EncryptionType`. This parameter is required.this@Stability(value=Stable) public CfnRepository.EncryptionConfigurationProperty.Builder kmsKey(String kmsKey)
CfnRepository.EncryptionConfigurationProperty.getKmsKey()kmsKey - `CfnRepository.EncryptionConfigurationProperty.KmsKey`.this@Stability(value=Stable) public CfnRepository.EncryptionConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnRepository.EncryptionConfigurationProperty>CfnRepository.EncryptionConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.