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