Class CfnPolicyStore.EncryptionSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.verifiedpermissions.CfnPolicyStore.EncryptionSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPolicyStore.EncryptionSettingsProperty>
- Enclosing interface:
CfnPolicyStore.EncryptionSettingsProperty
@Stability(Stable)
public static final class CfnPolicyStore.EncryptionSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPolicyStore.EncryptionSettingsProperty>
A builder for
CfnPolicyStore.EncryptionSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.defaultValue(Object defaultValue) Sets the value ofCfnPolicyStore.EncryptionSettingsProperty.getDefaultValue()kmsEncryptionSettings(IResolvable kmsEncryptionSettings) Sets the value ofCfnPolicyStore.EncryptionSettingsProperty.getKmsEncryptionSettings()kmsEncryptionSettings(CfnPolicyStore.KmsEncryptionSettingsProperty kmsEncryptionSettings) Sets the value ofCfnPolicyStore.EncryptionSettingsProperty.getKmsEncryptionSettings()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
defaultValue
@Stability(Stable) public CfnPolicyStore.EncryptionSettingsProperty.Builder defaultValue(Object defaultValue) Sets the value ofCfnPolicyStore.EncryptionSettingsProperty.getDefaultValue()- Parameters:
defaultValue- the value to be set.- Returns:
this
-
kmsEncryptionSettings
@Stability(Stable) public CfnPolicyStore.EncryptionSettingsProperty.Builder kmsEncryptionSettings(IResolvable kmsEncryptionSettings) Sets the value ofCfnPolicyStore.EncryptionSettingsProperty.getKmsEncryptionSettings()- Parameters:
kmsEncryptionSettings- the value to be set.- Returns:
this
-
kmsEncryptionSettings
@Stability(Stable) public CfnPolicyStore.EncryptionSettingsProperty.Builder kmsEncryptionSettings(CfnPolicyStore.KmsEncryptionSettingsProperty kmsEncryptionSettings) Sets the value ofCfnPolicyStore.EncryptionSettingsProperty.getKmsEncryptionSettings()- Parameters:
kmsEncryptionSettings- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPolicyStore.EncryptionSettingsProperty>- Returns:
- a new instance of
CfnPolicyStore.EncryptionSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-