| 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, created at, Data Store type version, and Data Store 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.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, created at, Data Store type version, and Data Store 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, created at, Data Store type version, and Data Store 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 © 2022. All rights reserved.