Interface CoversBodyPart.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CoversBodyPart.Builder,CoversBodyPart>,SdkBuilder<CoversBodyPart.Builder,CoversBodyPart>,SdkPojo
- Enclosing class:
- CoversBodyPart
public static interface CoversBodyPart.Builder extends SdkPojo, CopyableBuilder<CoversBodyPart.Builder,CoversBodyPart>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoversBodyPart.Builderconfidence(Float confidence)The confidence that Amazon Rekognition has in the value ofValue.CoversBodyPart.Buildervalue(Boolean value)True if the PPE covers the corresponding body part, otherwise false.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
confidence
CoversBodyPart.Builder confidence(Float confidence)
The confidence that Amazon Rekognition has in the value of
Value.- Parameters:
confidence- The confidence that Amazon Rekognition has in the value ofValue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
CoversBodyPart.Builder value(Boolean value)
True if the PPE covers the corresponding body part, otherwise false.
- Parameters:
value- True if the PPE covers the corresponding body part, otherwise false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-