public static interface FraudsterRegistrationJob.Builder extends SdkPojo, CopyableBuilder<FraudsterRegistrationJob.Builder,FraudsterRegistrationJob>
| Modifier and Type | Method and Description |
|---|---|
FraudsterRegistrationJob.Builder |
createdAt(Instant createdAt)
A timestamp showing the creation time of the fraudster registration job.
|
FraudsterRegistrationJob.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.
|
FraudsterRegistrationJob.Builder |
domainId(String domainId)
The identifier of the domain containing the fraudster registration job.
|
FraudsterRegistrationJob.Builder |
endedAt(Instant endedAt)
A timestamp showing when the fraudster registration job ended.
|
default FraudsterRegistrationJob.Builder |
failureDetails(Consumer<FailureDetails.Builder> failureDetails)
Contains details that are populated when an entire batch job fails.
|
FraudsterRegistrationJob.Builder |
failureDetails(FailureDetails failureDetails)
Contains details that are populated when an entire batch job fails.
|
default FraudsterRegistrationJob.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 job requests.
|
FraudsterRegistrationJob.Builder |
inputDataConfig(InputDataConfig inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster
registration job requests.
|
FraudsterRegistrationJob.Builder |
jobId(String jobId)
The service-generated identifier for the fraudster registration job.
|
FraudsterRegistrationJob.Builder |
jobName(String jobName)
The client-provided name for the fraudster registration job.
|
default FraudsterRegistrationJob.Builder |
jobProgress(Consumer<JobProgress.Builder> jobProgress)
Shows the completed percentage of registration requests listed in the input file.
|
FraudsterRegistrationJob.Builder |
jobProgress(JobProgress jobProgress)
Shows the completed percentage of registration requests listed in the input file.
|
FraudsterRegistrationJob.Builder |
jobStatus(FraudsterRegistrationJobStatus jobStatus)
The current status of the fraudster registration job.
|
FraudsterRegistrationJob.Builder |
jobStatus(String jobStatus)
The current status of the fraudster registration job.
|
default FraudsterRegistrationJob.Builder |
outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data config containing the S3 location where you want Voice ID to write your job output file; you
must also include a KMS key ID in order to encrypt the file.
|
FraudsterRegistrationJob.Builder |
outputDataConfig(OutputDataConfig outputDataConfig)
The output data config containing the S3 location where you want Voice ID to write your job output file; you
must also include a KMS key ID in order to encrypt the file.
|
default FraudsterRegistrationJob.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.
|
FraudsterRegistrationJob.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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFraudsterRegistrationJob.Builder createdAt(Instant createdAt)
A timestamp showing the creation time of the fraudster registration job.
createdAt - A timestamp showing the creation time of the fraudster registration job.FraudsterRegistrationJob.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.
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.FraudsterRegistrationJob.Builder domainId(String domainId)
The identifier of the domain containing the fraudster registration job.
domainId - The identifier of the domain containing the fraudster registration job.FraudsterRegistrationJob.Builder endedAt(Instant endedAt)
A timestamp showing when the fraudster registration job ended.
endedAt - A timestamp showing when the fraudster registration job ended.FraudsterRegistrationJob.Builder failureDetails(FailureDetails failureDetails)
Contains details that are populated when an entire batch job fails. In cases of individual registration job
failures, the batch job as a whole doesn't fail; it is completed with a JobStatus of
COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration
requests that failed.
failureDetails - Contains details that are populated when an entire batch job fails. In cases of individual
registration job failures, the batch job as a whole doesn't fail; it is completed with a
JobStatus of COMPLETED_WITH_ERRORS. You can use the job output file to
identify the individual registration requests that failed.default FraudsterRegistrationJob.Builder failureDetails(Consumer<FailureDetails.Builder> failureDetails)
Contains details that are populated when an entire batch job fails. In cases of individual registration job
failures, the batch job as a whole doesn't fail; it is completed with a JobStatus of
COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration
requests that failed.
FailureDetails.Builder avoiding the need
to create one manually via FailureDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to failureDetails(FailureDetails).
failureDetails - a consumer that will call methods on FailureDetails.BuilderfailureDetails(FailureDetails)FraudsterRegistrationJob.Builder inputDataConfig(InputDataConfig inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration job requests.
inputDataConfig - The input data config containing an S3 URI for the input manifest file that contains the list of
fraudster registration job requests.default FraudsterRegistrationJob.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 job 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)FraudsterRegistrationJob.Builder jobId(String jobId)
The service-generated identifier for the fraudster registration job.
jobId - The service-generated identifier for the fraudster registration job.FraudsterRegistrationJob.Builder jobName(String jobName)
The client-provided name for the fraudster registration job.
jobName - The client-provided name for the fraudster registration job.FraudsterRegistrationJob.Builder jobProgress(JobProgress jobProgress)
Shows the completed percentage of registration requests listed in the input file.
jobProgress - Shows the completed percentage of registration requests listed in the input file.default FraudsterRegistrationJob.Builder jobProgress(Consumer<JobProgress.Builder> jobProgress)
Shows the completed percentage of registration requests listed in the input file.
This is a convenience method that creates an instance of theJobProgress.Builder avoiding the need to
create one manually via JobProgress.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to jobProgress(JobProgress).
jobProgress - a consumer that will call methods on JobProgress.BuilderjobProgress(JobProgress)FraudsterRegistrationJob.Builder jobStatus(String jobStatus)
The current status of the fraudster registration job.
jobStatus - The current status of the fraudster registration job.FraudsterRegistrationJobStatus,
FraudsterRegistrationJobStatusFraudsterRegistrationJob.Builder jobStatus(FraudsterRegistrationJobStatus jobStatus)
The current status of the fraudster registration job.
jobStatus - The current status of the fraudster registration job.FraudsterRegistrationJobStatus,
FraudsterRegistrationJobStatusFraudsterRegistrationJob.Builder outputDataConfig(OutputDataConfig outputDataConfig)
The output data config containing the S3 location where you want Voice ID to write your job output file; you must also include a KMS key ID in order to encrypt the file.
outputDataConfig - The output data config containing the S3 location where you want Voice ID to write your job output
file; you must also include a KMS key ID in order to encrypt the file.default FraudsterRegistrationJob.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data config containing the S3 location where you want Voice ID to write your job output file; you must also include a KMS key ID in order 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)FraudsterRegistrationJob.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 FraudsterRegistrationJob.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)Copyright © 2023. All rights reserved.