Class CfnFHIRDatastoreMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.healthlake.CfnFHIRDatastoreMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFHIRDatastoreMixinProps>
- Enclosing interface:
CfnFHIRDatastoreMixinProps
@Stability(Stable)
public static final class CfnFHIRDatastoreMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFHIRDatastoreMixinProps>
A builder for
CfnFHIRDatastoreMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.datastoreName(String datastoreName) Sets the value ofCfnFHIRDatastoreMixinProps.getDatastoreName()datastoreTypeVersion(String datastoreTypeVersion) Sets the value ofCfnFHIRDatastoreMixinProps.getDatastoreTypeVersion()identityProviderConfiguration(CfnFHIRDatastorePropsMixin.IdentityProviderConfigurationProperty identityProviderConfiguration) Sets the value ofCfnFHIRDatastoreMixinProps.getIdentityProviderConfiguration()identityProviderConfiguration(IResolvable identityProviderConfiguration) Sets the value ofCfnFHIRDatastoreMixinProps.getIdentityProviderConfiguration()preloadDataConfig(CfnFHIRDatastorePropsMixin.PreloadDataConfigProperty preloadDataConfig) Sets the value ofCfnFHIRDatastoreMixinProps.getPreloadDataConfig()preloadDataConfig(IResolvable preloadDataConfig) Sets the value ofCfnFHIRDatastoreMixinProps.getPreloadDataConfig()sseConfiguration(CfnFHIRDatastorePropsMixin.SseConfigurationProperty sseConfiguration) Sets the value ofCfnFHIRDatastoreMixinProps.getSseConfiguration()sseConfiguration(IResolvable sseConfiguration) Sets the value ofCfnFHIRDatastoreMixinProps.getSseConfiguration()Sets the value ofCfnFHIRDatastoreMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
datastoreName
Sets the value ofCfnFHIRDatastoreMixinProps.getDatastoreName()- Parameters:
datastoreName- The data store name (user-generated).- Returns:
this
-
datastoreTypeVersion
@Stability(Stable) public CfnFHIRDatastoreMixinProps.Builder datastoreTypeVersion(String datastoreTypeVersion) Sets the value ofCfnFHIRDatastoreMixinProps.getDatastoreTypeVersion()- Parameters:
datastoreTypeVersion- The FHIR release version supported by the data store. Current support is for versionR4.- Returns:
this
-
identityProviderConfiguration
@Stability(Stable) public CfnFHIRDatastoreMixinProps.Builder identityProviderConfiguration(IResolvable identityProviderConfiguration) Sets the value ofCfnFHIRDatastoreMixinProps.getIdentityProviderConfiguration()- Parameters:
identityProviderConfiguration- The identity provider configuration selected when the data store was created.- Returns:
this
-
identityProviderConfiguration
@Stability(Stable) public CfnFHIRDatastoreMixinProps.Builder identityProviderConfiguration(CfnFHIRDatastorePropsMixin.IdentityProviderConfigurationProperty identityProviderConfiguration) Sets the value ofCfnFHIRDatastoreMixinProps.getIdentityProviderConfiguration()- Parameters:
identityProviderConfiguration- The identity provider configuration selected when the data store was created.- Returns:
this
-
preloadDataConfig
@Stability(Stable) public CfnFHIRDatastoreMixinProps.Builder preloadDataConfig(IResolvable preloadDataConfig) Sets the value ofCfnFHIRDatastoreMixinProps.getPreloadDataConfig()- Parameters:
preloadDataConfig- The preloaded Synthea data configuration for the data store.- Returns:
this
-
preloadDataConfig
@Stability(Stable) public CfnFHIRDatastoreMixinProps.Builder preloadDataConfig(CfnFHIRDatastorePropsMixin.PreloadDataConfigProperty preloadDataConfig) Sets the value ofCfnFHIRDatastoreMixinProps.getPreloadDataConfig()- Parameters:
preloadDataConfig- The preloaded Synthea data configuration for the data store.- Returns:
this
-
sseConfiguration
@Stability(Stable) public CfnFHIRDatastoreMixinProps.Builder sseConfiguration(IResolvable sseConfiguration) Sets the value ofCfnFHIRDatastoreMixinProps.getSseConfiguration()- Parameters:
sseConfiguration- The server-side encryption key configuration for a customer-provided encryption key specified for creating a data store.- Returns:
this
-
sseConfiguration
@Stability(Stable) public CfnFHIRDatastoreMixinProps.Builder sseConfiguration(CfnFHIRDatastorePropsMixin.SseConfigurationProperty sseConfiguration) Sets the value ofCfnFHIRDatastoreMixinProps.getSseConfiguration()- Parameters:
sseConfiguration- The server-side encryption key configuration for a customer-provided encryption key specified for creating a data store.- Returns:
this
-
tags
Sets the value ofCfnFHIRDatastoreMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource. For more information, see Tag .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFHIRDatastoreMixinProps>- Returns:
- a new instance of
CfnFHIRDatastoreMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-