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 Details

    • 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

      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

      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

      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.