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 data store 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 data store 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 data store 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.
datastoreStatus - The status of the FHIR data store.DatastoreStatus,
DatastoreStatusCreateFhirDatastoreResponse.Builder datastoreStatus(DatastoreStatus datastoreStatus)
The status of the FHIR data store.
datastoreStatus - The status of the FHIR data store.DatastoreStatus,
DatastoreStatusCreateFhirDatastoreResponse.Builder datastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the created data store.
datastoreEndpoint - The AWS endpoint for the created data store.Copyright © 2023. All rights reserved.