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, created at, Data Store type version, and Data Store 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, created at, Data Store type version, and Data Store 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, created at, Data Store type version, and Data Store endpoint.
datastoreProperties - All properties associated with a Data Store, including the Data Store ID, Data Store ARN, Data Store
name, Data Store status, created at, Data Store type version, and Data Store 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, created at, Data Store type version, and Data Store 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.