Interface FraudsterSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FraudsterSummary.Builder,FraudsterSummary>, SdkBuilder<FraudsterSummary.Builder,FraudsterSummary>, SdkPojo
Enclosing class:
FraudsterSummary

public static interface FraudsterSummary.Builder extends SdkPojo, CopyableBuilder<FraudsterSummary.Builder,FraudsterSummary>
  • Method Details

    • createdAt

      FraudsterSummary.Builder createdAt(Instant createdAt)

      The timestamp of when the fraudster summary was created.

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

      FraudsterSummary.Builder domainId(String domainId)

      The identifier of the domain that contains the fraudster summary.

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

      FraudsterSummary.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

      FraudsterSummary.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

      FraudsterSummary.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.