public static interface CreateFhirDatastoreRequest.Builder extends HealthLakeRequest.Builder, SdkPojo, CopyableBuilder<CreateFhirDatastoreRequest.Builder,CreateFhirDatastoreRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateFhirDatastoreRequest.Builder |
clientToken(String clientToken)
Optional user provided token used for ensuring idempotency.
|
CreateFhirDatastoreRequest.Builder |
datastoreName(String datastoreName)
The user generated name for the Data Store.
|
CreateFhirDatastoreRequest.Builder |
datastoreTypeVersion(FHIRVersion datastoreTypeVersion)
The FHIR version of the Data Store.
|
CreateFhirDatastoreRequest.Builder |
datastoreTypeVersion(String datastoreTypeVersion)
The FHIR version of the Data Store.
|
CreateFhirDatastoreRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFhirDatastoreRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateFhirDatastoreRequest.Builder |
preloadDataConfig(Consumer<PreloadDataConfig.Builder> preloadDataConfig)
Optional parameter to preload data upon creation of the Data Store.
|
CreateFhirDatastoreRequest.Builder |
preloadDataConfig(PreloadDataConfig preloadDataConfig)
Optional parameter to preload data upon creation of the Data Store.
|
default CreateFhirDatastoreRequest.Builder |
sseConfiguration(Consumer<SseConfiguration.Builder> sseConfiguration)
The server-side encryption key configuration for a customer provided encryption key specified for creating a
Data Store.
|
CreateFhirDatastoreRequest.Builder |
sseConfiguration(SseConfiguration sseConfiguration)
The server-side encryption key configuration for a customer provided encryption key specified for creating a
Data Store.
|
CreateFhirDatastoreRequest.Builder |
tags(Collection<Tag> tags)
Resource tags that are applied to a Data Store when it is created.
|
CreateFhirDatastoreRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Resource tags that are applied to a Data Store when it is created.
|
CreateFhirDatastoreRequest.Builder |
tags(Tag... tags)
Resource tags that are applied to a Data Store when it is created.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFhirDatastoreRequest.Builder datastoreName(String datastoreName)
The user generated name for the Data Store.
datastoreName - The user generated name for the Data Store.CreateFhirDatastoreRequest.Builder datastoreTypeVersion(String datastoreTypeVersion)
The FHIR version of the Data Store. The only supported version is R4.
datastoreTypeVersion - The FHIR version of the Data Store. The only supported version is R4.FHIRVersion,
FHIRVersionCreateFhirDatastoreRequest.Builder datastoreTypeVersion(FHIRVersion datastoreTypeVersion)
The FHIR version of the Data Store. The only supported version is R4.
datastoreTypeVersion - The FHIR version of the Data Store. The only supported version is R4.FHIRVersion,
FHIRVersionCreateFhirDatastoreRequest.Builder sseConfiguration(SseConfiguration sseConfiguration)
The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.
sseConfiguration - The server-side encryption key configuration for a customer provided encryption key specified for
creating a Data Store.default CreateFhirDatastoreRequest.Builder sseConfiguration(Consumer<SseConfiguration.Builder> sseConfiguration)
The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.
This is a convenience method that creates an instance of theSseConfiguration.Builder avoiding the
need to create one manually via SseConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sseConfiguration(SseConfiguration).
sseConfiguration - a consumer that will call methods on SseConfiguration.BuildersseConfiguration(SseConfiguration)CreateFhirDatastoreRequest.Builder preloadDataConfig(PreloadDataConfig preloadDataConfig)
Optional parameter to preload data upon creation of the Data Store. Currently, the only supported preloaded data is synthetic data generated from Synthea.
preloadDataConfig - Optional parameter to preload data upon creation of the Data Store. Currently, the only supported
preloaded data is synthetic data generated from Synthea.default CreateFhirDatastoreRequest.Builder preloadDataConfig(Consumer<PreloadDataConfig.Builder> preloadDataConfig)
Optional parameter to preload data upon creation of the Data Store. Currently, the only supported preloaded data is synthetic data generated from Synthea.
This is a convenience method that creates an instance of thePreloadDataConfig.Builder avoiding the
need to create one manually via PreloadDataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to preloadDataConfig(PreloadDataConfig).
preloadDataConfig - a consumer that will call methods on PreloadDataConfig.BuilderpreloadDataConfig(PreloadDataConfig)CreateFhirDatastoreRequest.Builder clientToken(String clientToken)
Optional user provided token used for ensuring idempotency.
clientToken - Optional user provided token used for ensuring idempotency.CreateFhirDatastoreRequest.Builder tags(Collection<Tag> tags)
Resource tags that are applied to a Data Store when it is created.
tags - Resource tags that are applied to a Data Store when it is created.CreateFhirDatastoreRequest.Builder tags(Tag... tags)
Resource tags that are applied to a Data Store when it is created.
tags - Resource tags that are applied to a Data Store when it is created.CreateFhirDatastoreRequest.Builder tags(Consumer<Tag.Builder>... tags)
Resource tags that are applied to a Data Store when it is created.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateFhirDatastoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFhirDatastoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.