Interface UnsuccessfulFaceDeletion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UnsuccessfulFaceDeletion.Builder,UnsuccessfulFaceDeletion>,SdkBuilder<UnsuccessfulFaceDeletion.Builder,UnsuccessfulFaceDeletion>,SdkPojo
- Enclosing class:
- UnsuccessfulFaceDeletion
public static interface UnsuccessfulFaceDeletion.Builder extends SdkPojo, CopyableBuilder<UnsuccessfulFaceDeletion.Builder,UnsuccessfulFaceDeletion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnsuccessfulFaceDeletion.BuilderfaceId(String faceId)A unique identifier assigned to the face.UnsuccessfulFaceDeletion.Builderreasons(Collection<UnsuccessfulFaceDeletionReason> reasons)The reason why the deletion was unsuccessful.UnsuccessfulFaceDeletion.Builderreasons(UnsuccessfulFaceDeletionReason... reasons)The reason why the deletion was unsuccessful.UnsuccessfulFaceDeletion.BuilderreasonsWithStrings(String... reasons)The reason why the deletion was unsuccessful.UnsuccessfulFaceDeletion.BuilderreasonsWithStrings(Collection<String> reasons)The reason why the deletion was unsuccessful.UnsuccessfulFaceDeletion.BuilderuserId(String userId)A provided ID for the UserID.-
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 Detail
-
faceId
UnsuccessfulFaceDeletion.Builder faceId(String faceId)
A unique identifier assigned to the face.
- Parameters:
faceId- A unique identifier assigned to the face.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
UnsuccessfulFaceDeletion.Builder userId(String userId)
A provided ID for the UserID. Unique within the collection.
- Parameters:
userId- A provided ID for the UserID. Unique within the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasonsWithStrings
UnsuccessfulFaceDeletion.Builder reasonsWithStrings(Collection<String> reasons)
The reason why the deletion was unsuccessful.
- Parameters:
reasons- The reason why the deletion was unsuccessful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasonsWithStrings
UnsuccessfulFaceDeletion.Builder reasonsWithStrings(String... reasons)
The reason why the deletion was unsuccessful.
- Parameters:
reasons- The reason why the deletion was unsuccessful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasons
UnsuccessfulFaceDeletion.Builder reasons(Collection<UnsuccessfulFaceDeletionReason> reasons)
The reason why the deletion was unsuccessful.
- Parameters:
reasons- The reason why the deletion was unsuccessful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasons
UnsuccessfulFaceDeletion.Builder reasons(UnsuccessfulFaceDeletionReason... reasons)
The reason why the deletion was unsuccessful.
- Parameters:
reasons- The reason why the deletion was unsuccessful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-