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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateFhirDatastoreResponse.BuilderdatastoreArn(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.CreateFhirDatastoreResponse.BuilderdatastoreEndpoint(String datastoreEndpoint)The AWS endpoint for the created data store.CreateFhirDatastoreResponse.BuilderdatastoreId(String datastoreId)The AWS-generated data store id.CreateFhirDatastoreResponse.BuilderdatastoreStatus(String datastoreStatus)The status of the FHIR data store.CreateFhirDatastoreResponse.BuilderdatastoreStatus(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 Detail
-
datastoreId
CreateFhirDatastoreResponse.Builder datastoreId(String 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
CreateFhirDatastoreResponse.Builder datastoreArn(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.
- 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
CreateFhirDatastoreResponse.Builder datastoreStatus(String 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,DatastoreStatus
-
datastoreStatus
CreateFhirDatastoreResponse.Builder datastoreStatus(DatastoreStatus 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,DatastoreStatus
-
datastoreEndpoint
CreateFhirDatastoreResponse.Builder datastoreEndpoint(String 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.
-
-