Class CfnDatastore.Builder
java.lang.Object
software.amazon.awscdk.services.healthimaging.CfnDatastore.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatastore>
- Enclosing class:
CfnDatastore
@Stability(Stable)
public static final class CfnDatastore.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatastore>
A fluent builder for
CfnDatastore
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnDatastore.Builder
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 CfnDatastore.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnDatastore.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnDatastore>
- Returns:
- a newly built instance of
CfnDatastore
.
-