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