Interface SearchedFaceDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchedFaceDetails.Builder,SearchedFaceDetails>,SdkBuilder<SearchedFaceDetails.Builder,SearchedFaceDetails>,SdkPojo
- Enclosing class:
- SearchedFaceDetails
public static interface SearchedFaceDetails.Builder extends SdkPojo, CopyableBuilder<SearchedFaceDetails.Builder,SearchedFaceDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SearchedFaceDetails.BuilderfaceDetail(Consumer<FaceDetail.Builder> faceDetail)Sets the value of the FaceDetail property for this object.SearchedFaceDetails.BuilderfaceDetail(FaceDetail faceDetail)Sets the value of the FaceDetail property for this object.-
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
-
faceDetail
SearchedFaceDetails.Builder faceDetail(FaceDetail faceDetail)
Sets the value of the FaceDetail property for this object.- Parameters:
faceDetail- The new value for the FaceDetail property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faceDetail
default SearchedFaceDetails.Builder faceDetail(Consumer<FaceDetail.Builder> faceDetail)
Sets the value of the FaceDetail property for this object. This is a convenience method that creates an instance of theFaceDetail.Builderavoiding the need to create one manually viaFaceDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofaceDetail(FaceDetail).- Parameters:
faceDetail- 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:
faceDetail(FaceDetail)
-
-