Interface CreateFhirDatastoreResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateFhirDatastoreResponse.Builder,
,CreateFhirDatastoreResponse> HealthLakeResponse.Builder
,SdkBuilder<CreateFhirDatastoreResponse.Builder,
,CreateFhirDatastoreResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateFhirDatastoreResponse
public static interface CreateFhirDatastoreResponse.Builder
extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<CreateFhirDatastoreResponse.Builder,CreateFhirDatastoreResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondatastoreArn
(String datastoreArn) The data store ARN is generated during the creation of the data store and can be found in the output from the initial data store creation call.datastoreEndpoint
(String datastoreEndpoint) The AWS endpoint for the created data store.datastoreId
(String datastoreId) The AWS-generated data store id.datastoreStatus
(String datastoreStatus) The status of the FHIR data store.datastoreStatus
(DatastoreStatus datastoreStatus) The status of the FHIR data store.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 Details
-
datastoreId
The AWS-generated data store id. This id is in the output from the initial data store creation call.
- Parameters:
datastoreId
- The AWS-generated data store id. This id is in the output from the initial data store creation call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datastoreArn
The data store ARN is generated during the creation of the data store and can be found in the output from the initial data store creation call.
- Parameters:
datastoreArn
- The data store ARN is generated during the creation of the data store and can be found in the output from the initial data store creation call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datastoreStatus
The status of the FHIR data store.
- Parameters:
datastoreStatus
- The status of the FHIR data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
datastoreStatus
The status of the FHIR data store.
- Parameters:
datastoreStatus
- The status of the FHIR data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
datastoreEndpoint
The AWS endpoint for the created data store.
- Parameters:
datastoreEndpoint
- The AWS endpoint for the created data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-