Interface Trait.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Trait.Builder,Trait>,SdkBuilder<Trait.Builder,Trait>,SdkPojo
- Enclosing class:
- Trait
public static interface Trait.Builder extends SdkPojo, CopyableBuilder<Trait.Builder,Trait>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Trait.Buildername(String name)Provides a name or contextual description about the trait.Trait.Buildername(AttributeName name)Provides a name or contextual description about the trait.Trait.Builderscore(Float score)The level of confidence that Amazon Comprehend Medical has in the accuracy of this 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
Trait.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:
AttributeName,AttributeName
-
name
Trait.Builder name(AttributeName 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:
AttributeName,AttributeName
-
score
Trait.Builder score(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of this trait.
- Parameters:
score- The level of confidence that Amazon Comprehend Medical has in the accuracy of this trait.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-