Interface RxNormConcept.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RxNormConcept.Builder,RxNormConcept>,SdkBuilder<RxNormConcept.Builder,RxNormConcept>,SdkPojo
- Enclosing class:
- RxNormConcept
public static interface RxNormConcept.Builder extends SdkPojo, CopyableBuilder<RxNormConcept.Builder,RxNormConcept>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RxNormConcept.Buildercode(String code)RxNorm concept ID, also known as the RxCUI.RxNormConcept.Builderdescription(String description)The description of the RxNorm concept.RxNormConcept.Builderscore(Float score)The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
description
RxNormConcept.Builder description(String description)
The description of the RxNorm concept.
- Parameters:
description- The description of the RxNorm concept.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
RxNormConcept.Builder code(String code)
RxNorm concept ID, also known as the RxCUI.
- Parameters:
code- RxNorm concept ID, also known as the RxCUI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
score
RxNormConcept.Builder score(Float score)
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.
- Parameters:
score- The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-