Class CfnDatastoreMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.healthimaging.CfnDatastoreMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatastoreMixinProps>
- Enclosing interface:
CfnDatastoreMixinProps
@Stability(Stable)
public static final class CfnDatastoreMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatastoreMixinProps>
A builder for
CfnDatastoreMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.datastoreName(String datastoreName) Sets the value ofCfnDatastoreMixinProps.getDatastoreName()Sets the value ofCfnDatastoreMixinProps.getKmsKeyArn()Sets the value ofCfnDatastoreMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
datastoreName
Sets the value ofCfnDatastoreMixinProps.getDatastoreName()- Parameters:
datastoreName- The data store name.- Returns:
this
-
kmsKeyArn
Sets the value ofCfnDatastoreMixinProps.getKmsKeyArn()- Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.- Returns:
this
-
tags
Sets the value ofCfnDatastoreMixinProps.getTags()- Parameters:
tags- The tags provided when creating a data store.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatastoreMixinProps>- Returns:
- a new instance of
CfnDatastoreMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-