@Generated(value="software.amazon.awssdk:codegen") public final class StartSpeakerEnrollmentJobRequest extends VoiceIdRequest implements ToCopyableBuilder<StartSpeakerEnrollmentJobRequest.Builder,StartSpeakerEnrollmentJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartSpeakerEnrollmentJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartSpeakerEnrollmentJobRequest.Builder |
builder() |
String |
clientToken()
The idempotency token for starting a new speaker enrollment Job.
|
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.
|
String |
domainId()
The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled.
|
EnrollmentConfig |
enrollmentConfig()
The enrollment config that contains details such as the action to take when a speaker is already enrolled in
Voice ID or when a speaker is identified as a fraudster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InputDataConfig |
inputDataConfig()
The input data config containing the S3 location for the input manifest file that contains the list of speaker
enrollment requests.
|
String |
jobName()
A name for your speaker enrollment job.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartSpeakerEnrollmentJobRequest.Builder> |
serializableBuilderClass() |
StartSpeakerEnrollmentJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
The idempotency token for starting a new speaker enrollment Job. If not provided, Amazon Web Services SDK populates this field.
public final 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 Batch enrollment using audio data from prior calls for the permissions needed in this role.
public final String domainId()
The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled.
public final EnrollmentConfig enrollmentConfig()
The enrollment config that contains details such as the action to take when a speaker is already enrolled in Voice ID or when a speaker is identified as a fraudster.
public final InputDataConfig inputDataConfig()
The input data config containing the S3 location for the input manifest file that contains the list of speaker enrollment requests.
public final String jobName()
A name for your speaker enrollment job.
public final 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.
public StartSpeakerEnrollmentJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartSpeakerEnrollmentJobRequest.Builder,StartSpeakerEnrollmentJobRequest>toBuilder in class VoiceIdRequestpublic static StartSpeakerEnrollmentJobRequest.Builder builder()
public static Class<? extends StartSpeakerEnrollmentJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.