| Package | Description |
|---|---|
| com.amazonaws.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
DatastoreProperties |
DatastoreProperties.clone() |
DatastoreProperties |
DescribeFHIRDatastoreResult.getDatastoreProperties()
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.
|
DatastoreProperties |
DatastoreProperties.withCreatedAt(Date createdAt)
The time that a data store was created.
|
DatastoreProperties |
DatastoreProperties.withDatastoreArn(String datastoreArn)
The Amazon Resource Name used in the creation of the data store.
|
DatastoreProperties |
DatastoreProperties.withDatastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the data store.
|
DatastoreProperties |
DatastoreProperties.withDatastoreId(String datastoreId)
The AWS-generated ID number for the data store.
|
DatastoreProperties |
DatastoreProperties.withDatastoreName(String datastoreName)
The user-generated name for the data store.
|
DatastoreProperties |
DatastoreProperties.withDatastoreStatus(DatastoreStatus datastoreStatus)
The status of the data store.
|
DatastoreProperties |
DatastoreProperties.withDatastoreStatus(String datastoreStatus)
The status of the data store.
|
DatastoreProperties |
DatastoreProperties.withDatastoreTypeVersion(FHIRVersion datastoreTypeVersion)
The FHIR version.
|
DatastoreProperties |
DatastoreProperties.withDatastoreTypeVersion(String datastoreTypeVersion)
The FHIR version.
|
DatastoreProperties |
DatastoreProperties.withErrorCause(ErrorCause errorCause)
The error cause for the current data store operation.
|
DatastoreProperties |
DatastoreProperties.withIdentityProviderConfiguration(IdentityProviderConfiguration identityProviderConfiguration)
The identity provider that you selected when you created the data store.
|
DatastoreProperties |
DatastoreProperties.withPreloadDataConfig(PreloadDataConfig preloadDataConfig)
The preloaded data configuration for the data store.
|
DatastoreProperties |
DatastoreProperties.withSseConfiguration(SseConfiguration sseConfiguration)
The server-side encryption key configuration for a customer provided encryption key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
List<DatastoreProperties> |
ListFHIRDatastoresResult.getDatastorePropertiesList()
All properties associated with the listed data stores.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFHIRDatastoreResult.setDatastoreProperties(DatastoreProperties 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.
|
DescribeFHIRDatastoreResult |
DescribeFHIRDatastoreResult.withDatastoreProperties(DatastoreProperties 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.
|
ListFHIRDatastoresResult |
ListFHIRDatastoresResult.withDatastorePropertiesList(DatastoreProperties... datastorePropertiesList)
All properties associated with the listed data stores.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFHIRDatastoresResult.setDatastorePropertiesList(Collection<DatastoreProperties> datastorePropertiesList)
All properties associated with the listed data stores.
|
ListFHIRDatastoresResult |
ListFHIRDatastoresResult.withDatastorePropertiesList(Collection<DatastoreProperties> datastorePropertiesList)
All properties associated with the listed data stores.
|
Copyright © 2024. All rights reserved.