Class CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wisdom.CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty>
- Enclosing interface:
- CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty
@Stability(Stable)
public static final class CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnKnowledgeBase.ServerSideEncryptionConfigurationProperty.getKmsKeyId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyId
@Stability(Stable) public CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty.Builder kmsKeyId(String kmsKeyId) Sets the value ofCfnKnowledgeBase.ServerSideEncryptionConfigurationProperty.getKmsKeyId()
- Parameters:
kmsKeyId
- The KMS key . For information about valid ID values, see Key identifiers (KeyId) in the AWS Key Management Service Developer Guide .- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty>
- Returns:
- a new instance of
CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-