@Stability(value=Stable) public static final class CfnFHIRDatastore.Builder extends Object implements software.amazon.jsii.Builder<CfnFHIRDatastore>
CfnFHIRDatastore.| Modifier and Type | Method and Description |
|---|---|
CfnFHIRDatastore |
build() |
static CfnFHIRDatastore.Builder |
create(software.constructs.Construct scope,
String id) |
CfnFHIRDatastore.Builder |
datastoreName(String datastoreName)
The user generated name for the Data Store.
|
CfnFHIRDatastore.Builder |
datastoreTypeVersion(String datastoreTypeVersion)
The FHIR version of the Data Store.
|
CfnFHIRDatastore.Builder |
preloadDataConfig(CfnFHIRDatastore.PreloadDataConfigProperty preloadDataConfig)
The preloaded data configuration for the Data Store.
|
CfnFHIRDatastore.Builder |
preloadDataConfig(IResolvable preloadDataConfig)
The preloaded data configuration for the Data Store.
|
CfnFHIRDatastore.Builder |
sseConfiguration(CfnFHIRDatastore.SseConfigurationProperty sseConfiguration)
The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.
|
CfnFHIRDatastore.Builder |
sseConfiguration(IResolvable sseConfiguration)
The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.
|
CfnFHIRDatastore.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnFHIRDatastore.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnFHIRDatastore.KmsEncryptionConfigProperty.Builder.@Stability(value=Stable) public CfnFHIRDatastore.Builder datastoreTypeVersion(String datastoreTypeVersion)
The only supported version is R4.
datastoreTypeVersion - The FHIR version of the Data Store. This parameter is required.this@Stability(value=Stable) public CfnFHIRDatastore.Builder datastoreName(String datastoreName)
datastoreName - The user generated name for the Data Store. This parameter is required.this@Stability(value=Stable) public CfnFHIRDatastore.Builder preloadDataConfig(CfnFHIRDatastore.PreloadDataConfigProperty preloadDataConfig)
Only data preloaded from Synthea is supported.
preloadDataConfig - The preloaded data configuration for the Data Store. This parameter is required.this@Stability(value=Stable) public CfnFHIRDatastore.Builder preloadDataConfig(IResolvable preloadDataConfig)
Only data preloaded from Synthea is supported.
preloadDataConfig - The preloaded data configuration for the Data Store. This parameter is required.this@Stability(value=Stable) public CfnFHIRDatastore.Builder sseConfiguration(CfnFHIRDatastore.SseConfigurationProperty sseConfiguration)
sseConfiguration - The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store. This parameter is required.this@Stability(value=Stable) public CfnFHIRDatastore.Builder sseConfiguration(IResolvable sseConfiguration)
sseConfiguration - The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store. This parameter is required.this@Stability(value=Stable) public CfnFHIRDatastore.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnFHIRDatastore build()
build in interface software.amazon.jsii.Builder<CfnFHIRDatastore>Copyright © 2022. All rights reserved.