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