@Stability(value=Stable) public static final class CfnFHIRDatastoreProps.Builder extends Object implements software.amazon.jsii.Builder<CfnFHIRDatastoreProps>
CfnFHIRDatastoreProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFHIRDatastoreProps.Builder datastoreTypeVersion(String datastoreTypeVersion)
CfnFHIRDatastoreProps.getDatastoreTypeVersion()datastoreTypeVersion - The FHIR version of the Data Store. This parameter is required.
The only supported version is R4.this@Stability(value=Stable) public CfnFHIRDatastoreProps.Builder datastoreName(String datastoreName)
CfnFHIRDatastoreProps.getDatastoreName()datastoreName - The user generated name for the Data Store.this@Stability(value=Stable) public CfnFHIRDatastoreProps.Builder preloadDataConfig(CfnFHIRDatastore.PreloadDataConfigProperty preloadDataConfig)
CfnFHIRDatastoreProps.getPreloadDataConfig()preloadDataConfig - The preloaded data configuration for the Data Store.
Only data preloaded from Synthea is supported.this@Stability(value=Stable) public CfnFHIRDatastoreProps.Builder preloadDataConfig(IResolvable preloadDataConfig)
CfnFHIRDatastoreProps.getPreloadDataConfig()preloadDataConfig - The preloaded data configuration for the Data Store.
Only data preloaded from Synthea is supported.this@Stability(value=Stable) public CfnFHIRDatastoreProps.Builder sseConfiguration(CfnFHIRDatastore.SseConfigurationProperty sseConfiguration)
CfnFHIRDatastoreProps.getSseConfiguration()sseConfiguration - The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.this@Stability(value=Stable) public CfnFHIRDatastoreProps.Builder sseConfiguration(IResolvable sseConfiguration)
CfnFHIRDatastoreProps.getSseConfiguration()sseConfiguration - The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.this@Stability(value=Stable) public CfnFHIRDatastoreProps.Builder tags(List<? extends CfnTag> tags)
CfnFHIRDatastoreProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnFHIRDatastoreProps build()
build in interface software.amazon.jsii.Builder<CfnFHIRDatastoreProps>CfnFHIRDatastorePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.