public static interface SpeakerEnrollmentJob.Builder extends SdkPojo, CopyableBuilder<SpeakerEnrollmentJob.Builder,SpeakerEnrollmentJob>
| Modifier and Type | Method and Description |
|---|---|
SpeakerEnrollmentJob.Builder |
createdAt(Instant createdAt)
A timestamp showing the creation of the speaker enrollment job.
|
SpeakerEnrollmentJob.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.
|
SpeakerEnrollmentJob.Builder |
domainId(String domainId)
The identifier of the domain that contains the speaker enrollment job.
|
SpeakerEnrollmentJob.Builder |
endedAt(Instant endedAt)
A timestamp showing when the speaker enrollment job ended.
|
default SpeakerEnrollmentJob.Builder |
enrollmentConfig(Consumer<EnrollmentConfig.Builder> enrollmentConfig)
The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and the
FraudDetectionConfig to use. |
SpeakerEnrollmentJob.Builder |
enrollmentConfig(EnrollmentConfig enrollmentConfig)
The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and the
FraudDetectionConfig to use. |
default SpeakerEnrollmentJob.Builder |
failureDetails(Consumer<FailureDetails.Builder> failureDetails)
Contains details that are populated when an entire batch job fails.
|
SpeakerEnrollmentJob.Builder |
failureDetails(FailureDetails failureDetails)
Contains details that are populated when an entire batch job fails.
|
default SpeakerEnrollmentJob.Builder |
inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of speaker
enrollment job requests.
|
SpeakerEnrollmentJob.Builder |
inputDataConfig(InputDataConfig inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of speaker
enrollment job requests.
|
SpeakerEnrollmentJob.Builder |
jobId(String jobId)
The service-generated identifier for the speaker enrollment job.
|
SpeakerEnrollmentJob.Builder |
jobName(String jobName)
The client-provided name for the speaker enrollment job.
|
default SpeakerEnrollmentJob.Builder |
jobProgress(Consumer<JobProgress.Builder> jobProgress)
Provides details on job progress.
|
SpeakerEnrollmentJob.Builder |
jobProgress(JobProgress jobProgress)
Provides details on job progress.
|
SpeakerEnrollmentJob.Builder |
jobStatus(SpeakerEnrollmentJobStatus jobStatus)
The current status of the speaker enrollment job.
|
SpeakerEnrollmentJob.Builder |
jobStatus(String jobStatus)
The current status of the speaker enrollment job.
|
default SpeakerEnrollmentJob.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.
|
SpeakerEnrollmentJob.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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSpeakerEnrollmentJob.Builder createdAt(Instant createdAt)
A timestamp showing the creation of the speaker enrollment job.
createdAt - A timestamp showing the creation of the speaker enrollment job.SpeakerEnrollmentJob.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.SpeakerEnrollmentJob.Builder domainId(String domainId)
The identifier of the domain that contains the speaker enrollment job.
domainId - The identifier of the domain that contains the speaker enrollment job.SpeakerEnrollmentJob.Builder endedAt(Instant endedAt)
A timestamp showing when the speaker enrollment job ended.
endedAt - A timestamp showing when the speaker enrollment job ended.SpeakerEnrollmentJob.Builder enrollmentConfig(EnrollmentConfig enrollmentConfig)
The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and the
FraudDetectionConfig to use.
enrollmentConfig - The configuration that defines the action to take when the speaker is already enrolled in Voice ID,
and the FraudDetectionConfig to use.default SpeakerEnrollmentJob.Builder enrollmentConfig(Consumer<EnrollmentConfig.Builder> enrollmentConfig)
The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and the
FraudDetectionConfig to use.
EnrollmentConfig.Builder avoiding the
need to create one manually via EnrollmentConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to enrollmentConfig(EnrollmentConfig).
enrollmentConfig - a consumer that will call methods on EnrollmentConfig.BuilderenrollmentConfig(EnrollmentConfig)SpeakerEnrollmentJob.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 SpeakerEnrollmentJob.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)SpeakerEnrollmentJob.Builder inputDataConfig(InputDataConfig inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of speaker enrollment job requests.
inputDataConfig - The input data config containing an S3 URI for the input manifest file that contains the list of
speaker enrollment job requests.default SpeakerEnrollmentJob.Builder inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of speaker enrollment 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)SpeakerEnrollmentJob.Builder jobId(String jobId)
The service-generated identifier for the speaker enrollment job.
jobId - The service-generated identifier for the speaker enrollment job.SpeakerEnrollmentJob.Builder jobName(String jobName)
The client-provided name for the speaker enrollment job.
jobName - The client-provided name for the speaker enrollment job.SpeakerEnrollmentJob.Builder jobProgress(JobProgress jobProgress)
Provides details on job progress. This field shows the completed percentage of registration requests listed in the input file.
jobProgress - Provides details on job progress. This field shows the completed percentage of registration requests
listed in the input file.default SpeakerEnrollmentJob.Builder jobProgress(Consumer<JobProgress.Builder> jobProgress)
Provides details on job progress. This field 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)SpeakerEnrollmentJob.Builder jobStatus(String jobStatus)
The current status of the speaker enrollment job.
jobStatus - The current status of the speaker enrollment job.SpeakerEnrollmentJobStatus,
SpeakerEnrollmentJobStatusSpeakerEnrollmentJob.Builder jobStatus(SpeakerEnrollmentJobStatus jobStatus)
The current status of the speaker enrollment job.
jobStatus - The current status of the speaker enrollment job.SpeakerEnrollmentJobStatus,
SpeakerEnrollmentJobStatusSpeakerEnrollmentJob.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 SpeakerEnrollmentJob.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)Copyright © 2022. All rights reserved.