Interface EyeDirection.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EyeDirection.Builder,EyeDirection>,SdkBuilder<EyeDirection.Builder,EyeDirection>,SdkPojo
- Enclosing class:
- EyeDirection
public static interface EyeDirection.Builder extends SdkPojo, CopyableBuilder<EyeDirection.Builder,EyeDirection>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EyeDirection.Builderconfidence(Float confidence)The confidence that the service has in its predicted eye direction.EyeDirection.Builderpitch(Float pitch)Value representing eye direction on the pitch axis.EyeDirection.Builderyaw(Float yaw)Value representing eye direction on the yaw axis.-
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
-
yaw
EyeDirection.Builder yaw(Float yaw)
Value representing eye direction on the yaw axis.
- Parameters:
yaw- Value representing eye direction on the yaw axis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pitch
EyeDirection.Builder pitch(Float pitch)
Value representing eye direction on the pitch axis.
- Parameters:
pitch- Value representing eye direction on the pitch axis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
confidence
EyeDirection.Builder confidence(Float confidence)
The confidence that the service has in its predicted eye direction.
- Parameters:
confidence- The confidence that the service has in its predicted eye direction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-