Interface Fraudster.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Fraudster.Builder,Fraudster>,SdkBuilder<Fraudster.Builder,Fraudster>,SdkPojo
- Enclosing class:
- Fraudster
public static interface Fraudster.Builder extends SdkPojo, CopyableBuilder<Fraudster.Builder,Fraudster>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Fraudster.BuildercreatedAt(Instant createdAt)The timestamp of when Voice ID identified the fraudster.Fraudster.BuilderdomainId(String domainId)The identifier of the domain that contains the fraudster.Fraudster.BuildergeneratedFraudsterId(String generatedFraudsterId)The service-generated identifier for the fraudster.Fraudster.BuilderwatchlistIds(String... watchlistIds)The identifier of the watchlists the fraudster is a part of.Fraudster.BuilderwatchlistIds(Collection<String> watchlistIds)The identifier of the watchlists the fraudster is a part of.-
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
-
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.
-
-