Class CfnModelCardPropsMixin.SecurityConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelCardPropsMixin.SecurityConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelCardPropsMixin.SecurityConfigProperty>
- Enclosing interface:
CfnModelCardPropsMixin.SecurityConfigProperty
@Stability(Stable)
public static final class CfnModelCardPropsMixin.SecurityConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelCardPropsMixin.SecurityConfigProperty>
A builder for
CfnModelCardPropsMixin.SecurityConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnModelCardPropsMixin.SecurityConfigProperty.getKmsKeyId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyId
@Stability(Stable) public CfnModelCardPropsMixin.SecurityConfigProperty.Builder kmsKeyId(String kmsKeyId) Sets the value ofCfnModelCardPropsMixin.SecurityConfigProperty.getKmsKeyId()- Parameters:
kmsKeyId- A AWS Key Management Service key ID used to encrypt a model card.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelCardPropsMixin.SecurityConfigProperty>- Returns:
- a new instance of
CfnModelCardPropsMixin.SecurityConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-