public static interface AssociateFraudsterRequest.Builder extends VoiceIdRequest.Builder, SdkPojo, CopyableBuilder<AssociateFraudsterRequest.Builder,AssociateFraudsterRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateFraudsterRequest.Builder |
domainId(String domainId)
The identifier of the domain that contains the fraudster.
|
AssociateFraudsterRequest.Builder |
fraudsterId(String fraudsterId)
The identifier of the fraudster to be associated with the watchlist.
|
AssociateFraudsterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateFraudsterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateFraudsterRequest.Builder |
watchlistId(String watchlistId)
The identifier of the watchlist you want to associate with the fraudster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateFraudsterRequest.Builder domainId(String domainId)
The identifier of the domain that contains the fraudster.
domainId - The identifier of the domain that contains the fraudster.AssociateFraudsterRequest.Builder fraudsterId(String fraudsterId)
The identifier of the fraudster to be associated with the watchlist.
fraudsterId - The identifier of the fraudster to be associated with the watchlist.AssociateFraudsterRequest.Builder watchlistId(String watchlistId)
The identifier of the watchlist you want to associate with the fraudster.
watchlistId - The identifier of the watchlist you want to associate with the fraudster.AssociateFraudsterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateFraudsterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.