public static interface StartFraudsterRegistrationJobRequest.Builder extends VoiceIdRequest.Builder, SdkPojo, CopyableBuilder<StartFraudsterRegistrationJobRequest.Builder,StartFraudsterRegistrationJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StartFraudsterRegistrationJobRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartFraudsterRegistrationJobRequest.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to read
the input manifest file and write the Job output file.
|
StartFraudsterRegistrationJobRequest.Builder |
domainId(String domainId)
The identifier of the domain that contains the fraudster registration job and in which the fraudsters are
registered.
|
default StartFraudsterRegistrationJobRequest.Builder |
inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster
registration requests.
|
StartFraudsterRegistrationJobRequest.Builder |
inputDataConfig(InputDataConfig inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster
registration requests.
|
StartFraudsterRegistrationJobRequest.Builder |
jobName(String jobName)
The name of the new fraudster registration job.
|
default StartFraudsterRegistrationJobRequest.Builder |
outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data config containing the S3 location where Voice ID writes the job output file; you must also
include a KMS key ID to encrypt the file.
|
StartFraudsterRegistrationJobRequest.Builder |
outputDataConfig(OutputDataConfig outputDataConfig)
The output data config containing the S3 location where Voice ID writes the job output file; you must also
include a KMS key ID to encrypt the file.
|
StartFraudsterRegistrationJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartFraudsterRegistrationJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default StartFraudsterRegistrationJobRequest.Builder |
registrationConfig(Consumer<RegistrationConfig.Builder> registrationConfig)
The registration config containing details such as the action to take when a duplicate fraudster is detected,
and the similarity threshold to use for detecting a duplicate fraudster.
|
StartFraudsterRegistrationJobRequest.Builder |
registrationConfig(RegistrationConfig registrationConfig)
The registration config containing details such as the action to take when a duplicate fraudster is detected,
and the similarity threshold to use for detecting a duplicate fraudster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartFraudsterRegistrationJobRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
provided, the Amazon Web Services SDK populates this field. For more information about idempotency,
see Making
retries safe with idempotent APIs.StartFraudsterRegistrationJobRequest.Builder dataAccessRoleArn(String dataAccessRoleArn)
The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to read the input manifest file and write the Job output file. Refer to the Create and edit a fraudster watchlist documentation for the permissions needed in this role.
dataAccessRoleArn - The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets
to read the input manifest file and write the Job output file. Refer to the Create
and edit a fraudster watchlist documentation for the permissions needed in this role.StartFraudsterRegistrationJobRequest.Builder domainId(String domainId)
The identifier of the domain that contains the fraudster registration job and in which the fraudsters are registered.
domainId - The identifier of the domain that contains the fraudster registration job and in which the fraudsters
are registered.StartFraudsterRegistrationJobRequest.Builder inputDataConfig(InputDataConfig inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration requests.
inputDataConfig - The input data config containing an S3 URI for the input manifest file that contains the list of
fraudster registration requests.default StartFraudsterRegistrationJobRequest.Builder inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration requests.
This is a convenience method that creates an instance of theInputDataConfig.Builder avoiding the
need to create one manually via InputDataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to inputDataConfig(InputDataConfig).
inputDataConfig - a consumer that will call methods on InputDataConfig.BuilderinputDataConfig(InputDataConfig)StartFraudsterRegistrationJobRequest.Builder jobName(String jobName)
The name of the new fraudster registration job.
jobName - The name of the new fraudster registration job.StartFraudsterRegistrationJobRequest.Builder outputDataConfig(OutputDataConfig outputDataConfig)
The output data config containing the S3 location where Voice ID writes the job output file; you must also include a KMS key ID to encrypt the file.
outputDataConfig - The output data config containing the S3 location where Voice ID writes the job output file; you must
also include a KMS key ID to encrypt the file.default StartFraudsterRegistrationJobRequest.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data config containing the S3 location where Voice ID writes the job output file; you must also include a KMS key ID to encrypt the file.
This is a convenience method that creates an instance of theOutputDataConfig.Builder avoiding the
need to create one manually via OutputDataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to outputDataConfig(OutputDataConfig).
outputDataConfig - a consumer that will call methods on OutputDataConfig.BuilderoutputDataConfig(OutputDataConfig)StartFraudsterRegistrationJobRequest.Builder registrationConfig(RegistrationConfig registrationConfig)
The registration config containing details such as the action to take when a duplicate fraudster is detected, and the similarity threshold to use for detecting a duplicate fraudster.
registrationConfig - The registration config containing details such as the action to take when a duplicate fraudster is
detected, and the similarity threshold to use for detecting a duplicate fraudster.default StartFraudsterRegistrationJobRequest.Builder registrationConfig(Consumer<RegistrationConfig.Builder> registrationConfig)
The registration config containing details such as the action to take when a duplicate fraudster is detected, and the similarity threshold to use for detecting a duplicate fraudster.
This is a convenience method that creates an instance of theRegistrationConfig.Builder avoiding the
need to create one manually via RegistrationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to registrationConfig(RegistrationConfig).
registrationConfig - a consumer that will call methods on RegistrationConfig.BuilderregistrationConfig(RegistrationConfig)StartFraudsterRegistrationJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartFraudsterRegistrationJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.