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