Class CfnInvestigationGroupPropsMixin.EncryptionConfigMapProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.aiops.CfnInvestigationGroupPropsMixin.EncryptionConfigMapProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInvestigationGroupPropsMixin.EncryptionConfigMapProperty>
- Enclosing interface:
CfnInvestigationGroupPropsMixin.EncryptionConfigMapProperty
@Stability(Stable)
public static final class CfnInvestigationGroupPropsMixin.EncryptionConfigMapProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInvestigationGroupPropsMixin.EncryptionConfigMapProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.encryptionConfigurationType(String encryptionConfigurationType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
encryptionConfigurationType
@Stability(Stable) public CfnInvestigationGroupPropsMixin.EncryptionConfigMapProperty.Builder encryptionConfigurationType(String encryptionConfigurationType) Sets the value ofCfnInvestigationGroupPropsMixin.EncryptionConfigMapProperty.getEncryptionConfigurationType()- Parameters:
encryptionConfigurationType- Displays whether investigation data is encrypted by a customer managed key or an AWS owned key.- Returns:
this
-
kmsKeyId
@Stability(Stable) public CfnInvestigationGroupPropsMixin.EncryptionConfigMapProperty.Builder kmsKeyId(String kmsKeyId) - Parameters:
kmsKeyId- If the investigation group uses a customer managed key for encryption, this field displays the ID of that key.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInvestigationGroupPropsMixin.EncryptionConfigMapProperty>- Returns:
- a new instance of
CfnInvestigationGroupPropsMixin.EncryptionConfigMapProperty - Throws:
NullPointerException- if any required attribute was not provided
-