Interface UnsearchedFace.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UnsearchedFace.Builder,
,UnsearchedFace> SdkBuilder<UnsearchedFace.Builder,
,UnsearchedFace> SdkPojo
- Enclosing class:
UnsearchedFace
public static interface UnsearchedFace.Builder
extends SdkPojo, CopyableBuilder<UnsearchedFace.Builder,UnsearchedFace>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UnsearchedFace.Builder
faceDetails
(Consumer<FaceDetail.Builder> faceDetails) Sets the value of the FaceDetails property for this object.faceDetails
(FaceDetail faceDetails) Sets the value of the FaceDetails property for this object.reasons
(Collection<UnsearchedFaceReason> reasons) Reasons why a face wasn't used for Search.reasons
(UnsearchedFaceReason... reasons) Reasons why a face wasn't used for Search.reasonsWithStrings
(String... reasons) Reasons why a face wasn't used for Search.reasonsWithStrings
(Collection<String> reasons) Reasons why a face wasn't used for Search.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
-
faceDetails
Sets the value of the FaceDetails property for this object.- Parameters:
faceDetails
- The new value for the FaceDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faceDetails
Sets the value of the FaceDetails property for this object. This is a convenience method that creates an instance of theFaceDetail.Builder
avoiding the need to create one manually viaFaceDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofaceDetails(FaceDetail)
.- Parameters:
faceDetails
- a consumer that will call methods onFaceDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reasonsWithStrings
Reasons why a face wasn't used for Search.
- Parameters:
reasons
- Reasons why a face wasn't used for Search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasonsWithStrings
Reasons why a face wasn't used for Search.
- Parameters:
reasons
- Reasons why a face wasn't used for Search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasons
Reasons why a face wasn't used for Search.
- Parameters:
reasons
- Reasons why a face wasn't used for Search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasons
Reasons why a face wasn't used for Search.
- Parameters:
reasons
- Reasons why a face wasn't used for Search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-