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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FraudsterSummary.BuildercreatedAt(Instant createdAt)The timestamp of when the fraudster summary was created.FraudsterSummary.BuilderdomainId(String domainId)The identifier of the domain that contains the fraudster summary.FraudsterSummary.BuildergeneratedFraudsterId(String generatedFraudsterId)The service-generated identifier for the fraudster.FraudsterSummary.BuilderwatchlistIds(String... watchlistIds)The identifier of the watchlists the fraudster is a part of.FraudsterSummary.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
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.
-
-