Interface Fraudster.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Fraudster.Builder,
,Fraudster> SdkBuilder<Fraudster.Builder,
,Fraudster> SdkPojo
- Enclosing class:
Fraudster
@Mutable
@NotThreadSafe
public static interface Fraudster.Builder
extends SdkPojo, CopyableBuilder<Fraudster.Builder,Fraudster>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when Voice ID identified the fraudster.The identifier of the domain that contains the fraudster.generatedFraudsterId
(String generatedFraudsterId) The service-generated identifier for the fraudster.watchlistIds
(String... watchlistIds) The identifier of the watchlists the fraudster is a part of.watchlistIds
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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.
-