Interface ICD10CMTrait.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ICD10CMTrait.Builder,
,ICD10CMTrait> SdkBuilder<ICD10CMTrait.Builder,
,ICD10CMTrait> SdkPojo
- Enclosing class:
ICD10CMTrait
public static interface ICD10CMTrait.Builder
extends SdkPojo, CopyableBuilder<ICD10CMTrait.Builder,ICD10CMTrait>
-
Method Summary
Modifier and TypeMethodDescriptionProvides a name or contextual description about the trait.name
(ICD10CMTraitName name) Provides a name or contextual description about the trait.The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a 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 Details
-
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:
-
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:
-
score
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a trait.
- Parameters:
score
- The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a trait.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-