public static interface DatastoreProperties.Builder extends SdkPojo, CopyableBuilder<DatastoreProperties.Builder,DatastoreProperties>
| Modifier and Type | Method and Description |
|---|---|
DatastoreProperties.Builder |
createdAt(Instant createdAt)
The time that a Data Store was created.
|
DatastoreProperties.Builder |
datastoreArn(String datastoreArn)
The Amazon Resource Name used in the creation of the Data Store.
|
DatastoreProperties.Builder |
datastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the Data Store.
|
DatastoreProperties.Builder |
datastoreId(String datastoreId)
The AWS-generated ID number for the Data Store.
|
DatastoreProperties.Builder |
datastoreName(String datastoreName)
The user-generated name for the Data Store.
|
DatastoreProperties.Builder |
datastoreStatus(DatastoreStatus datastoreStatus)
The status of the Data Store.
|
DatastoreProperties.Builder |
datastoreStatus(String datastoreStatus)
The status of the Data Store.
|
DatastoreProperties.Builder |
datastoreTypeVersion(FHIRVersion datastoreTypeVersion)
The FHIR version.
|
DatastoreProperties.Builder |
datastoreTypeVersion(String datastoreTypeVersion)
The FHIR version.
|
default DatastoreProperties.Builder |
preloadDataConfig(Consumer<PreloadDataConfig.Builder> preloadDataConfig)
The preloaded data configuration for the Data Store.
|
DatastoreProperties.Builder |
preloadDataConfig(PreloadDataConfig preloadDataConfig)
The preloaded data configuration for the Data Store.
|
default DatastoreProperties.Builder |
sseConfiguration(Consumer<SseConfiguration.Builder> sseConfiguration)
The server-side encryption key configuration for a customer provided encryption key (CMK).
|
DatastoreProperties.Builder |
sseConfiguration(SseConfiguration sseConfiguration)
The server-side encryption key configuration for a customer provided encryption key (CMK).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatastoreProperties.Builder datastoreId(String datastoreId)
The AWS-generated ID number for the Data Store.
datastoreId - The AWS-generated ID number for the Data Store.DatastoreProperties.Builder datastoreArn(String datastoreArn)
The Amazon Resource Name used in the creation of the Data Store.
datastoreArn - The Amazon Resource Name used in the creation of the Data Store.DatastoreProperties.Builder datastoreName(String datastoreName)
The user-generated name for the Data Store.
datastoreName - The user-generated name for the Data Store.DatastoreProperties.Builder datastoreStatus(String datastoreStatus)
The status of the Data Store. Possible statuses are 'CREATING', 'ACTIVE', 'DELETING', or 'DELETED'.
datastoreStatus - The status of the Data Store. Possible statuses are 'CREATING', 'ACTIVE', 'DELETING', or 'DELETED'.DatastoreStatus,
DatastoreStatusDatastoreProperties.Builder datastoreStatus(DatastoreStatus datastoreStatus)
The status of the Data Store. Possible statuses are 'CREATING', 'ACTIVE', 'DELETING', or 'DELETED'.
datastoreStatus - The status of the Data Store. Possible statuses are 'CREATING', 'ACTIVE', 'DELETING', or 'DELETED'.DatastoreStatus,
DatastoreStatusDatastoreProperties.Builder createdAt(Instant createdAt)
The time that a Data Store was created.
createdAt - The time that a Data Store was created.DatastoreProperties.Builder datastoreTypeVersion(String datastoreTypeVersion)
The FHIR version. Only R4 version data is supported.
datastoreTypeVersion - The FHIR version. Only R4 version data is supported.FHIRVersion,
FHIRVersionDatastoreProperties.Builder datastoreTypeVersion(FHIRVersion datastoreTypeVersion)
The FHIR version. Only R4 version data is supported.
datastoreTypeVersion - The FHIR version. Only R4 version data is supported.FHIRVersion,
FHIRVersionDatastoreProperties.Builder datastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the Data Store. Each Data Store will have it's own endpoint with Data Store ID in the endpoint URL.
datastoreEndpoint - The AWS endpoint for the Data Store. Each Data Store will have it's own endpoint with Data Store ID in
the endpoint URL.DatastoreProperties.Builder sseConfiguration(SseConfiguration sseConfiguration)
The server-side encryption key configuration for a customer provided encryption key (CMK).
sseConfiguration - The server-side encryption key configuration for a customer provided encryption key (CMK).default DatastoreProperties.Builder sseConfiguration(Consumer<SseConfiguration.Builder> sseConfiguration)
The server-side encryption key configuration for a customer provided encryption key (CMK).
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)DatastoreProperties.Builder preloadDataConfig(PreloadDataConfig preloadDataConfig)
The preloaded data configuration for the Data Store. Only data preloaded from Synthea is supported.
preloadDataConfig - The preloaded data configuration for the Data Store. Only data preloaded from Synthea is supported.default DatastoreProperties.Builder preloadDataConfig(Consumer<PreloadDataConfig.Builder> preloadDataConfig)
The preloaded data configuration for the Data Store. Only data preloaded from Synthea is supported.
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)Copyright © 2023. All rights reserved.