Uses of Interface
software.amazon.awssdk.services.healthlake.model.DescribeFhirDatastoreResponse.Builder
-
Packages that use DescribeFhirDatastoreResponse.Builder Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of DescribeFhirDatastoreResponse.Builder in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return DescribeFhirDatastoreResponse.Builder Modifier and Type Method Description static DescribeFhirDatastoreResponse.BuilderDescribeFhirDatastoreResponse. builder()default DescribeFhirDatastoreResponse.BuilderDescribeFhirDatastoreResponse.Builder. datastoreProperties(Consumer<DatastoreProperties.Builder> datastoreProperties)All properties associated with a 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.DescribeFhirDatastoreResponse.BuilderDescribeFhirDatastoreResponse.Builder. datastoreProperties(DatastoreProperties datastoreProperties)All properties associated with a 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.DescribeFhirDatastoreResponse.BuilderDescribeFhirDatastoreResponse. toBuilder()Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type DescribeFhirDatastoreResponse.Builder Modifier and Type Method Description static Class<? extends DescribeFhirDatastoreResponse.Builder>DescribeFhirDatastoreResponse. serializableBuilderClass()
-