Interface Smile.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Smile.Builder,Smile>,SdkBuilder<Smile.Builder,Smile>,SdkPojo
- Enclosing class:
- Smile
public static interface Smile.Builder extends SdkPojo, CopyableBuilder<Smile.Builder,Smile>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Smile.Builderconfidence(Float confidence)Level of confidence in the determination.Smile.Buildervalue(Boolean value)Boolean value that indicates whether the face is smiling or not.-
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
-
value
Smile.Builder value(Boolean value)
Boolean value that indicates whether the face is smiling or not.
- Parameters:
value- Boolean value that indicates whether the face is smiling or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
confidence
Smile.Builder confidence(Float 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.
-
-