Interface ToxicContent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ToxicContent.Builder,
,ToxicContent> SdkBuilder<ToxicContent.Builder,
,ToxicContent> SdkPojo
- Enclosing class:
ToxicContent
public static interface ToxicContent.Builder
extends SdkPojo, CopyableBuilder<ToxicContent.Builder,ToxicContent>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the toxic content type.name
(ToxicContentType name) The name of the toxic content type.Model confidence in the detected content type.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
-
name
The name of the toxic content type.
- Parameters:
name
- The name of the toxic content type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the toxic content type.
- Parameters:
name
- The name of the toxic content type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
score
Model confidence in the detected content type. Value range is zero to one, where one is highest confidence.
- Parameters:
score
- Model confidence in the detected content type. Value range is zero to one, where one is highest confidence.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-