Interface RxNormConcept.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RxNormConcept.Builder,
,RxNormConcept> SdkBuilder<RxNormConcept.Builder,
,RxNormConcept> SdkPojo
- Enclosing class:
RxNormConcept
@Mutable
@NotThreadSafe
public static interface RxNormConcept.Builder
extends SdkPojo, CopyableBuilder<RxNormConcept.Builder,RxNormConcept>
-
Method Summary
Modifier and TypeMethodDescriptionRxNorm concept ID, also known as the RxCUI.description
(String description) The description of the RxNorm concept.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-