static CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.builder() |
|
CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.clientToken(String clientToken) |
Optional user provided token used for ensuring idempotency.
|
CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.datastoreName(String datastoreName) |
The user generated name for the data store.
|
CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.datastoreTypeVersion(String datastoreTypeVersion) |
The FHIR version of the data store.
|
CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.datastoreTypeVersion(FHIRVersion datastoreTypeVersion) |
The FHIR version of the data store.
|
default CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.identityProviderConfiguration(Consumer<IdentityProviderConfiguration.Builder> identityProviderConfiguration) |
The configuration of the identity provider that you want to use for your data store.
|
CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.identityProviderConfiguration(IdentityProviderConfiguration identityProviderConfiguration) |
The configuration of the identity provider that you want to use for your data store.
|
CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.preloadDataConfig(Consumer<PreloadDataConfig.Builder> preloadDataConfig) |
Optional parameter to preload data upon creation of the data store.
|
CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.preloadDataConfig(PreloadDataConfig preloadDataConfig) |
Optional parameter to preload data upon creation of the data store.
|
default CreateFhirDatastoreRequest.Builder |
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 |
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 |
CreateFhirDatastoreRequest.Builder.tags(Collection<Tag> tags) |
Resource tags that are applied to a data store when it is created.
|
CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Resource tags that are applied to a data store when it is created.
|
CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.tags(Tag... tags) |
Resource tags that are applied to a data store when it is created.
|
CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.toBuilder() |
|