Interface DescribeFhirDatastoreResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeFhirDatastoreResponse.Builder,DescribeFhirDatastoreResponse>,HealthLakeResponse.Builder,SdkBuilder<DescribeFhirDatastoreResponse.Builder,DescribeFhirDatastoreResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeFhirDatastoreResponse
public static interface DescribeFhirDatastoreResponse.Builder extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<DescribeFhirDatastoreResponse.Builder,DescribeFhirDatastoreResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeFhirDatastoreResponse.BuilderdatastoreProperties(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.BuilderdatastoreProperties(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
datastoreProperties
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datastoreProperties
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.Builderavoiding the need to create one manually viaDatastoreProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todatastoreProperties(DatastoreProperties).- Parameters:
datastoreProperties- a consumer that will call methods onDatastoreProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
datastoreProperties(DatastoreProperties)
-
-