| Package | Description |
|---|---|
| software.amazon.awssdk.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
static DatastoreProperties.Builder |
DatastoreProperties.builder() |
DatastoreProperties.Builder |
DatastoreProperties.Builder.createdAt(Instant createdAt)
The time that a data store was created.
|
DatastoreProperties.Builder |
DatastoreProperties.Builder.datastoreArn(String datastoreArn)
The Amazon Resource Name used in the creation of the data store.
|
DatastoreProperties.Builder |
DatastoreProperties.Builder.datastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the data store.
|
DatastoreProperties.Builder |
DatastoreProperties.Builder.datastoreId(String datastoreId)
The AWS-generated ID number for the data store.
|
DatastoreProperties.Builder |
DatastoreProperties.Builder.datastoreName(String datastoreName)
The user-generated name for the data store.
|
DatastoreProperties.Builder |
DatastoreProperties.Builder.datastoreStatus(DatastoreStatus datastoreStatus)
The status of the data store.
|
DatastoreProperties.Builder |
DatastoreProperties.Builder.datastoreStatus(String datastoreStatus)
The status of the data store.
|
DatastoreProperties.Builder |
DatastoreProperties.Builder.datastoreTypeVersion(FHIRVersion datastoreTypeVersion)
The FHIR version.
|
DatastoreProperties.Builder |
DatastoreProperties.Builder.datastoreTypeVersion(String datastoreTypeVersion)
The FHIR version.
|
default DatastoreProperties.Builder |
DatastoreProperties.Builder.identityProviderConfiguration(Consumer<IdentityProviderConfiguration.Builder> identityProviderConfiguration)
The identity provider that you selected when you created the data store.
|
DatastoreProperties.Builder |
DatastoreProperties.Builder.identityProviderConfiguration(IdentityProviderConfiguration identityProviderConfiguration)
The identity provider that you selected when you created the data store.
|
default DatastoreProperties.Builder |
DatastoreProperties.Builder.preloadDataConfig(Consumer<PreloadDataConfig.Builder> preloadDataConfig)
The preloaded data configuration for the data store.
|
DatastoreProperties.Builder |
DatastoreProperties.Builder.preloadDataConfig(PreloadDataConfig preloadDataConfig)
The preloaded data configuration for the data store.
|
default DatastoreProperties.Builder |
DatastoreProperties.Builder.sseConfiguration(Consumer<SseConfiguration.Builder> sseConfiguration)
The server-side encryption key configuration for a customer provided encryption key (CMK).
|
DatastoreProperties.Builder |
DatastoreProperties.Builder.sseConfiguration(SseConfiguration sseConfiguration)
The server-side encryption key configuration for a customer provided encryption key (CMK).
|
DatastoreProperties.Builder |
DatastoreProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DatastoreProperties.Builder> |
DatastoreProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeFhirDatastoreResponse.Builder |
DescribeFhirDatastoreResponse.Builder.datastoreProperties(Consumer<DatastoreProperties.Builder> datastoreProperties)
All properties associated with a data store, including the data store ID, data store ARN, data store name,
data store status, when the data store was created, data store type version, and the data store's endpoint.
|
Copyright © 2023. All rights reserved.