Interface AssociateFraudsterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateFraudsterRequest.Builder,AssociateFraudsterRequest>,SdkBuilder<AssociateFraudsterRequest.Builder,AssociateFraudsterRequest>,SdkPojo,SdkRequest.Builder,VoiceIdRequest.Builder
- Enclosing class:
- AssociateFraudsterRequest
public static interface AssociateFraudsterRequest.Builder extends VoiceIdRequest.Builder, SdkPojo, CopyableBuilder<AssociateFraudsterRequest.Builder,AssociateFraudsterRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateFraudsterRequest.BuilderdomainId(String domainId)The identifier of the domain that contains the fraudster.AssociateFraudsterRequest.BuilderfraudsterId(String fraudsterId)The identifier of the fraudster to be associated with the watchlist.AssociateFraudsterRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateFraudsterRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateFraudsterRequest.BuilderwatchlistId(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.voiceid.model.VoiceIdRequest.Builder
build
-
-
-
-
Method Detail
-
domainId
AssociateFraudsterRequest.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
AssociateFraudsterRequest.Builder fraudsterId(String 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
AssociateFraudsterRequest.Builder watchlistId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateFraudsterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-