Uses of Interface
software.amazon.awssdk.services.healthlake.model.DescribeFhirDatastoreRequest.Builder
-
Packages that use DescribeFhirDatastoreRequest.Builder Package Description software.amazon.awssdk.services.healthlake AWS HealthLake is a HIPAA eligibile service that allows customers to store, transform, query, and analyze their FHIR-formatted data in a consistent fashion in the cloud.software.amazon.awssdk.services.healthlake.model -
-
Uses of DescribeFhirDatastoreRequest.Builder in software.amazon.awssdk.services.healthlake
Method parameters in software.amazon.awssdk.services.healthlake with type arguments of type DescribeFhirDatastoreRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeFhirDatastoreResponse>HealthLakeAsyncClient. describeFHIRDatastore(Consumer<DescribeFhirDatastoreRequest.Builder> describeFhirDatastoreRequest)Gets the properties associated with the FHIR 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.default DescribeFhirDatastoreResponseHealthLakeClient. describeFHIRDatastore(Consumer<DescribeFhirDatastoreRequest.Builder> describeFhirDatastoreRequest)Gets the properties associated with the FHIR 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. -
Uses of DescribeFhirDatastoreRequest.Builder in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return DescribeFhirDatastoreRequest.Builder Modifier and Type Method Description static DescribeFhirDatastoreRequest.BuilderDescribeFhirDatastoreRequest. builder()DescribeFhirDatastoreRequest.BuilderDescribeFhirDatastoreRequest.Builder. datastoreId(String datastoreId)The AWS-generated data store ID.DescribeFhirDatastoreRequest.BuilderDescribeFhirDatastoreRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFhirDatastoreRequest.BuilderDescribeFhirDatastoreRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeFhirDatastoreRequest.BuilderDescribeFhirDatastoreRequest. toBuilder()Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type DescribeFhirDatastoreRequest.Builder Modifier and Type Method Description static Class<? extends DescribeFhirDatastoreRequest.Builder>DescribeFhirDatastoreRequest. serializableBuilderClass()
-