Class CfnFHIRDatastorePropsMixin.PreloadDataConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.healthlake.CfnFHIRDatastorePropsMixin.PreloadDataConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFHIRDatastorePropsMixin.PreloadDataConfigProperty>
- Enclosing interface:
CfnFHIRDatastorePropsMixin.PreloadDataConfigProperty
@Stability(Stable)
public static final class CfnFHIRDatastorePropsMixin.PreloadDataConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFHIRDatastorePropsMixin.PreloadDataConfigProperty>
A builder for
CfnFHIRDatastorePropsMixin.PreloadDataConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.preloadDataType(String preloadDataType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
preloadDataType
@Stability(Stable) public CfnFHIRDatastorePropsMixin.PreloadDataConfigProperty.Builder preloadDataType(String preloadDataType) - Parameters:
preloadDataType- The type of preloaded data. Only Synthea preloaded data is supported.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFHIRDatastorePropsMixin.PreloadDataConfigProperty>- Returns:
- a new instance of
CfnFHIRDatastorePropsMixin.PreloadDataConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-