Interface RxNormTrait.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RxNormTrait.Builder,RxNormTrait>,SdkBuilder<RxNormTrait.Builder,RxNormTrait>,SdkPojo
- Enclosing class:
- RxNormTrait
public static interface RxNormTrait.Builder extends SdkPojo, CopyableBuilder<RxNormTrait.Builder,RxNormTrait>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RxNormTrait.Buildername(String name)Provides a name or contextual description about the trait.RxNormTrait.Buildername(RxNormTraitName name)Provides a name or contextual description about the trait.RxNormTrait.Builderscore(Float score)The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.-
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
-
name
RxNormTrait.Builder name(String name)
Provides a name or contextual description about the trait.
- Parameters:
name- Provides a name or contextual description about the trait.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RxNormTraitName,RxNormTraitName
-
name
RxNormTrait.Builder name(RxNormTraitName name)
Provides a name or contextual description about the trait.
- Parameters:
name- Provides a name or contextual description about the trait.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RxNormTraitName,RxNormTraitName
-
score
RxNormTrait.Builder score(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.
- Parameters:
score- The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-