Interface Emotion.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Emotion.Builder,
,Emotion> SdkBuilder<Emotion.Builder,
,Emotion> SdkPojo
- Enclosing class:
Emotion
@Mutable
@NotThreadSafe
public static interface Emotion.Builder
extends SdkPojo, CopyableBuilder<Emotion.Builder,Emotion>
-
Method Summary
Modifier and TypeMethodDescriptionconfidence
(Float confidence) Level of confidence in the determination.Type of emotion detected.type
(EmotionName type) Type of emotion detected.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, sdkFieldNameToField, sdkFields
-
Method Details
-
type
Type of emotion detected.
- Parameters:
type
- Type of emotion detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Type of emotion detected.
- Parameters:
type
- Type of emotion detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
confidence
Level of confidence in the determination.
- Parameters:
confidence
- Level of confidence in the determination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-