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