Class CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty>
- Enclosing interface:
CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty
@Stability(Stable)
public static final class CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyId
@Stability(Stable) public CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty.Builder kmsKeyId(String kmsKeyId) - Parameters:
kmsKeyId- The identifier of the AWS KMS key . Amazon Kendra doesn't support asymmetric keys.- Returns:
this
-
kmsKeyId
@Stability(Stable) public CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty.Builder kmsKeyId(IKeyRef kmsKeyId) - Parameters:
kmsKeyId- The identifier of the AWS KMS key . Amazon Kendra doesn't support asymmetric keys.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty>- Returns:
- a new instance of
CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-