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