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
Modifier and TypeMethodDescriptionconfidence(Float confidence) The confidence that Amazon Rekognition has in the value ofValue.True if the PPE covers the corresponding body part, otherwise false.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -