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
Modifier and TypeMethodDescriptionconfidence
(Float confidence) Level of confidence in the determination.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 Details
-
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
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.
-