Interface DisassociateFraudsterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateFraudsterRequest.Builder,DisassociateFraudsterRequest>,SdkBuilder<DisassociateFraudsterRequest.Builder,DisassociateFraudsterRequest>,SdkPojo,SdkRequest.Builder,VoiceIdRequest.Builder
- Enclosing class:
- DisassociateFraudsterRequest
public static interface DisassociateFraudsterRequest.Builder extends VoiceIdRequest.Builder, SdkPojo, CopyableBuilder<DisassociateFraudsterRequest.Builder,DisassociateFraudsterRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateFraudsterRequest.BuilderdomainId(String domainId)The identifier of the domain that contains the fraudster.DisassociateFraudsterRequest.BuilderfraudsterId(String fraudsterId)The identifier of the fraudster to be disassociated from the watchlist.DisassociateFraudsterRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateFraudsterRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateFraudsterRequest.BuilderwatchlistId(String watchlistId)The identifier of the watchlist that you want to disassociate from the fraudster.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
Methods inherited from interface software.amazon.awssdk.services.voiceid.model.VoiceIdRequest.Builder
build
-
-
-
-
Method Detail
-
domainId
DisassociateFraudsterRequest.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.
-
fraudsterId
DisassociateFraudsterRequest.Builder fraudsterId(String fraudsterId)
The identifier of the fraudster to be disassociated from the watchlist.
- Parameters:
fraudsterId- The identifier of the fraudster to be disassociated from the watchlist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
watchlistId
DisassociateFraudsterRequest.Builder watchlistId(String watchlistId)
The identifier of the watchlist that you want to disassociate from the fraudster.
- Parameters:
watchlistId- The identifier of the watchlist that you want to disassociate from the fraudster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateFraudsterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateFraudsterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-