Interface SNOMEDCTConcept.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SNOMEDCTConcept.Builder,SNOMEDCTConcept>,SdkBuilder<SNOMEDCTConcept.Builder,SNOMEDCTConcept>,SdkPojo
- Enclosing class:
- SNOMEDCTConcept
public static interface SNOMEDCTConcept.Builder extends SdkPojo, CopyableBuilder<SNOMEDCTConcept.Builder,SNOMEDCTConcept>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SNOMEDCTConcept.Buildercode(String code)The numeric ID for the SNOMED-CT concept.SNOMEDCTConcept.Builderdescription(String description)The description of the SNOMED-CT concept.SNOMEDCTConcept.Builderscore(Float score)The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.-
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
-
description
SNOMEDCTConcept.Builder description(String description)
The description of the SNOMED-CT concept.
- Parameters:
description- The description of the SNOMED-CT concept.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
SNOMEDCTConcept.Builder code(String code)
The numeric ID for the SNOMED-CT concept.
- Parameters:
code- The numeric ID for the SNOMED-CT concept.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
score
SNOMEDCTConcept.Builder score(Float score)
The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
- Parameters:
score- The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-