public static interface CreateFhirDatastoreResponse.Builder extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<CreateFhirDatastoreResponse.Builder,CreateFhirDatastoreResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateFhirDatastoreResponse.Builder |
datastoreArn(String datastoreArn)
The datastore ARN is generated during the creation of the Data Store and can be found in the output from the
initial Data Store creation call.
|
CreateFhirDatastoreResponse.Builder |
datastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the created Data Store.
|
CreateFhirDatastoreResponse.Builder |
datastoreId(String datastoreId)
The AWS-generated Data Store id.
|
CreateFhirDatastoreResponse.Builder |
datastoreStatus(DatastoreStatus datastoreStatus)
The status of the FHIR Data Store.
|
CreateFhirDatastoreResponse.Builder |
datastoreStatus(String datastoreStatus)
The status of the FHIR Data Store.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFhirDatastoreResponse.Builder datastoreId(String datastoreId)
The AWS-generated Data Store id. This id is in the output from the initial Data Store creation call.
datastoreId - The AWS-generated Data Store id. This id is in the output from the initial Data Store creation call.CreateFhirDatastoreResponse.Builder datastoreArn(String datastoreArn)
The datastore ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation call.
datastoreArn - The datastore ARN is generated during the creation of the Data Store and can be found in the output
from the initial Data Store creation call.CreateFhirDatastoreResponse.Builder datastoreStatus(String datastoreStatus)
The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
datastoreStatus - The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.DatastoreStatus,
DatastoreStatusCreateFhirDatastoreResponse.Builder datastoreStatus(DatastoreStatus datastoreStatus)
The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
datastoreStatus - The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.DatastoreStatus,
DatastoreStatusCreateFhirDatastoreResponse.Builder datastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the created Data Store. For preview, only US-east-1 endpoints are supported.
datastoreEndpoint - The AWS endpoint for the created Data Store. For preview, only US-east-1 endpoints are supported.Copyright © 2023. All rights reserved.