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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICD10CMTrait.Buildername(String name)Provides a name or contextual description about the trait.ICD10CMTrait.Buildername(ICD10CMTraitName name)Provides a name or contextual description about the trait.ICD10CMTrait.Builderscore(Float score)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 Detail
-
name
ICD10CMTrait.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:
ICD10CMTraitName,ICD10CMTraitName
-
name
ICD10CMTrait.Builder name(ICD10CMTraitName 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:
ICD10CMTraitName,ICD10CMTraitName
-
score
ICD10CMTrait.Builder score(Float 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.
-
-