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