Class CfnDatastorePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.healthimaging.CfnDatastorePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatastorePropsMixin>
- Enclosing class:
CfnDatastorePropsMixin
@Stability(Stable)
public static final class CfnDatastorePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatastorePropsMixin>
A fluent builder for
CfnDatastorePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) datastoreName(String datastoreName) The data store name.The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.The tags provided when creating a data store.
-
Method Details
-
create
@Stability(Stable) public static CfnDatastorePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDatastorePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDatastorePropsMixin.Builder.
-
datastoreName
The data store name.- Parameters:
datastoreName- The data store name. This parameter is required.- Returns:
this- See Also:
-
kmsKeyArn
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.- Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data. This parameter is required.- Returns:
this- See Also:
-
tags
The tags provided when creating a data store.- Parameters:
tags- The tags provided when creating a data store. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatastorePropsMixin>- Returns:
- a newly built instance of
CfnDatastorePropsMixin.
-