Class CfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty>
- Enclosing interface:
CfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty
@Stability(Stable)
public static final class CfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customerManagedKeyEnabled(Boolean customerManagedKeyEnabled) customerManagedKeyEnabled(IResolvable customerManagedKeyEnabled) Sets the value ofCfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty.getKmsKeyArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customerManagedKeyEnabled
@Stability(Stable) public CfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty.Builder customerManagedKeyEnabled(Boolean customerManagedKeyEnabled) Sets the value ofCfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty.getCustomerManagedKeyEnabled()- Parameters:
customerManagedKeyEnabled- Enable or disable the use of customer managed KMS keys for server side encryption. Valid values:True|False- Returns:
this
-
customerManagedKeyEnabled
@Stability(Stable) public CfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty.Builder customerManagedKeyEnabled(IResolvable customerManagedKeyEnabled) Sets the value ofCfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty.getCustomerManagedKeyEnabled()- Parameters:
customerManagedKeyEnabled- Enable or disable the use of customer managed KMS keys for server side encryption. Valid values:True|False- Returns:
this
-
kmsKeyArn
@Stability(Stable) public CfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty.Builder kmsKeyArn(String kmsKeyArn) Sets the value ofCfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty.getKmsKeyArn()- Parameters:
kmsKeyArn- The ARN of the KMS key.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty>- Returns:
- a new instance of
CfnVerifiedAccessGroupPropsMixin.SseSpecificationProperty - Throws:
NullPointerException- if any required attribute was not provided
-