public static interface DescribeFhirDatastoreResponse.Builder extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<DescribeFhirDatastoreResponse.Builder,DescribeFhirDatastoreResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeFhirDatastoreResponse.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.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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFhirDatastoreResponse.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.
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.default DescribeFhirDatastoreResponse.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.
This is a convenience method that creates an instance of theDatastoreProperties.Builder avoiding the
need to create one manually via DatastoreProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to datastoreProperties(DatastoreProperties).
datastoreProperties - a consumer that will call methods on DatastoreProperties.BuilderdatastoreProperties(DatastoreProperties)Copyright © 2023. All rights reserved.