Class CfnAssistant.ServerSideEncryptionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wisdom.CfnAssistant.ServerSideEncryptionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssistant.ServerSideEncryptionConfigurationProperty>
- Enclosing interface:
- CfnAssistant.ServerSideEncryptionConfigurationProperty
@Stability(Stable)
public static final class CfnAssistant.ServerSideEncryptionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssistant.ServerSideEncryptionConfigurationProperty>
A builder for
CfnAssistant.ServerSideEncryptionConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnAssistant.ServerSideEncryptionConfigurationProperty.getKmsKeyId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyId
@Stability(Stable) public CfnAssistant.ServerSideEncryptionConfigurationProperty.Builder kmsKeyId(String kmsKeyId) Sets the value ofCfnAssistant.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<CfnAssistant.ServerSideEncryptionConfigurationProperty>
- Returns:
- a new instance of
CfnAssistant.ServerSideEncryptionConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-