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
Modifier and TypeMethodDescriptionThe numeric ID for the SNOMED-CT concept.description
(String description) The description of the SNOMED-CT concept.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 Details
-
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
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
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.
-