Interface UnsuccessfulFaceDisassociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UnsuccessfulFaceDisassociation.Builder,UnsuccessfulFaceDisassociation>,SdkBuilder<UnsuccessfulFaceDisassociation.Builder,UnsuccessfulFaceDisassociation>,SdkPojo
- Enclosing class:
- UnsuccessfulFaceDisassociation
public static interface UnsuccessfulFaceDisassociation.Builder extends SdkPojo, CopyableBuilder<UnsuccessfulFaceDisassociation.Builder,UnsuccessfulFaceDisassociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnsuccessfulFaceDisassociation.BuilderfaceId(String faceId)A unique identifier assigned to the face.UnsuccessfulFaceDisassociation.Builderreasons(Collection<UnsuccessfulFaceDisassociationReason> reasons)The reason why the deletion was unsuccessful.UnsuccessfulFaceDisassociation.Builderreasons(UnsuccessfulFaceDisassociationReason... reasons)The reason why the deletion was unsuccessful.UnsuccessfulFaceDisassociation.BuilderreasonsWithStrings(String... reasons)The reason why the deletion was unsuccessful.UnsuccessfulFaceDisassociation.BuilderreasonsWithStrings(Collection<String> reasons)The reason why the deletion was unsuccessful.UnsuccessfulFaceDisassociation.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
UnsuccessfulFaceDisassociation.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
UnsuccessfulFaceDisassociation.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
UnsuccessfulFaceDisassociation.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
UnsuccessfulFaceDisassociation.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
UnsuccessfulFaceDisassociation.Builder reasons(Collection<UnsuccessfulFaceDisassociationReason> 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
UnsuccessfulFaceDisassociation.Builder reasons(UnsuccessfulFaceDisassociationReason... 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.
-
-