Interface SNOMEDCTTrait.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SNOMEDCTTrait.Builder,
,SNOMEDCTTrait> SdkBuilder<SNOMEDCTTrait.Builder,
,SNOMEDCTTrait> SdkPojo
- Enclosing class:
SNOMEDCTTrait
@Mutable
@NotThreadSafe
public static interface SNOMEDCTTrait.Builder
extends SdkPojo, CopyableBuilder<SNOMEDCTTrait.Builder,SNOMEDCTTrait>
-
Method Summary
Modifier and TypeMethodDescriptionThe name or contextual description of a detected trait.name
(SNOMEDCTTraitName name) The name or contextual description of a detected trait.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-
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.
-