Interface Fraudster.Builder

    • Method Detail

      • createdAt

        Fraudster.Builder createdAt​(Instant createdAt)

        The timestamp of when Voice ID identified the fraudster.

        Parameters:
        createdAt - The timestamp of when Voice ID identified the fraudster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainId

        Fraudster.Builder domainId​(String domainId)

        The identifier of the domain that contains the fraudster.

        Parameters:
        domainId - The identifier of the domain that contains the fraudster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • generatedFraudsterId

        Fraudster.Builder generatedFraudsterId​(String generatedFraudsterId)

        The service-generated identifier for the fraudster.

        Parameters:
        generatedFraudsterId - The service-generated identifier for the fraudster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • watchlistIds

        Fraudster.Builder watchlistIds​(Collection<String> watchlistIds)

        The identifier of the watchlists the fraudster is a part of.

        Parameters:
        watchlistIds - The identifier of the watchlists the fraudster is a part of.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • watchlistIds

        Fraudster.Builder watchlistIds​(String... watchlistIds)

        The identifier of the watchlists the fraudster is a part of.

        Parameters:
        watchlistIds - The identifier of the watchlists the fraudster is a part of.
        Returns:
        Returns a reference to this object so that method calls can be chained together.