Interface AssociateFraudsterRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AssociateFraudsterRequest.Builder,
,AssociateFraudsterRequest> SdkBuilder<AssociateFraudsterRequest.Builder,
,AssociateFraudsterRequest> SdkPojo
,SdkRequest.Builder
,VoiceIdRequest.Builder
- Enclosing class:
AssociateFraudsterRequest
@Mutable
@NotThreadSafe
public static interface AssociateFraudsterRequest.Builder
extends VoiceIdRequest.Builder, SdkPojo, CopyableBuilder<AssociateFraudsterRequest.Builder,AssociateFraudsterRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the domain that contains the fraudster.fraudsterId
(String fraudsterId) The identifier of the fraudster to be associated with the watchlist.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.watchlistId
(String watchlistId) The identifier of the watchlist you want to associate with 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.voiceid.model.VoiceIdRequest.Builder
build
-
Method Details
-
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
The identifier of the fraudster to be associated with the watchlist.
- Parameters:
fraudsterId
- The identifier of the fraudster to be associated with the watchlist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
watchlistId
The identifier of the watchlist you want to associate with the fraudster.
- Parameters:
watchlistId
- The identifier of the watchlist you want to associate with the fraudster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateFraudsterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AssociateFraudsterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-