@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSpeakerEnrollmentJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartSpeakerEnrollmentJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartSpeakerEnrollmentJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The idempotency token for starting a new speaker enrollment Job.
|
String |
getDataAccessRoleArn()
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 |
getDomainId()
The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled.
|
EnrollmentConfig |
getEnrollmentConfig()
The enrollment config that contains details such as the action to take when a speaker is already enrolled in the
Voice ID system or when a speaker is identified as a fraudster.
|
InputDataConfig |
getInputDataConfig()
The input data config containing the S3 location for the input manifest file that contains the list of speaker
enrollment requests.
|
String |
getJobName()
A name for your speaker enrollment job.
|
OutputDataConfig |
getOutputDataConfig()
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.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The idempotency token for starting a new speaker enrollment Job.
|
void |
setDataAccessRoleArn(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.
|
void |
setDomainId(String domainId)
The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled.
|
void |
setEnrollmentConfig(EnrollmentConfig enrollmentConfig)
The enrollment config that contains details such as the action to take when a speaker is already enrolled in the
Voice ID system or when a speaker is identified as a fraudster.
|
void |
setInputDataConfig(InputDataConfig inputDataConfig)
The input data config containing the S3 location for the input manifest file that contains the list of speaker
enrollment requests.
|
void |
setJobName(String jobName)
A name for your speaker enrollment job.
|
void |
setOutputDataConfig(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.
|
String |
toString()
Returns a string representation of this object.
|
StartSpeakerEnrollmentJobRequest |
withClientToken(String clientToken)
The idempotency token for starting a new speaker enrollment Job.
|
StartSpeakerEnrollmentJobRequest |
withDataAccessRoleArn(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.
|
StartSpeakerEnrollmentJobRequest |
withDomainId(String domainId)
The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled.
|
StartSpeakerEnrollmentJobRequest |
withEnrollmentConfig(EnrollmentConfig enrollmentConfig)
The enrollment config that contains details such as the action to take when a speaker is already enrolled in the
Voice ID system or when a speaker is identified as a fraudster.
|
StartSpeakerEnrollmentJobRequest |
withInputDataConfig(InputDataConfig inputDataConfig)
The input data config containing the S3 location for the input manifest file that contains the list of speaker
enrollment requests.
|
StartSpeakerEnrollmentJobRequest |
withJobName(String jobName)
A name for your speaker enrollment job.
|
StartSpeakerEnrollmentJobRequest |
withOutputDataConfig(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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClientToken(String clientToken)
The idempotency token for starting a new speaker enrollment Job. If not provided, Amazon Web Services SDK populates this field.
clientToken
- The idempotency token for starting a new speaker enrollment Job. If not provided, Amazon Web Services SDK
populates this field.public String getClientToken()
The idempotency token for starting a new speaker enrollment Job. If not provided, Amazon Web Services SDK populates this field.
public StartSpeakerEnrollmentJobRequest withClientToken(String clientToken)
The idempotency token for starting a new speaker enrollment Job. If not provided, Amazon Web Services SDK populates this field.
clientToken
- The idempotency token for starting a new speaker enrollment Job. If not provided, Amazon Web Services SDK
populates this field.public void setDataAccessRoleArn(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 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 Batch
enrollment using audio data from prior calls documentation for the permissions needed in this role.public String getDataAccessRoleArn()
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 documentation for the permissions needed in this role.
public StartSpeakerEnrollmentJobRequest withDataAccessRoleArn(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 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 Batch
enrollment using audio data from prior calls documentation for the permissions needed in this role.public void setDomainId(String domainId)
The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled.
domainId
- The identifier of the domain that contains the speaker enrollment job and in which the speakers are
enrolled.public String getDomainId()
The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled.
public StartSpeakerEnrollmentJobRequest withDomainId(String domainId)
The identifier of the domain that contains the speaker enrollment job and in which the speakers are enrolled.
domainId
- The identifier of the domain that contains the speaker enrollment job and in which the speakers are
enrolled.public void setEnrollmentConfig(EnrollmentConfig enrollmentConfig)
The enrollment config that contains details such as the action to take when a speaker is already enrolled in the Voice ID system or when a speaker is identified as a fraudster.
enrollmentConfig
- The enrollment config that contains details such as the action to take when a speaker is already enrolled
in the Voice ID system or when a speaker is identified as a fraudster.public EnrollmentConfig getEnrollmentConfig()
The enrollment config that contains details such as the action to take when a speaker is already enrolled in the Voice ID system or when a speaker is identified as a fraudster.
public StartSpeakerEnrollmentJobRequest withEnrollmentConfig(EnrollmentConfig enrollmentConfig)
The enrollment config that contains details such as the action to take when a speaker is already enrolled in the Voice ID system or when a speaker is identified as a fraudster.
enrollmentConfig
- The enrollment config that contains details such as the action to take when a speaker is already enrolled
in the Voice ID system or when a speaker is identified as a fraudster.public void setInputDataConfig(InputDataConfig inputDataConfig)
The input data config containing the S3 location for the input manifest file that contains the list of speaker enrollment requests.
inputDataConfig
- The input data config containing the S3 location for the input manifest file that contains the list of
speaker enrollment requests.public InputDataConfig getInputDataConfig()
The input data config containing the S3 location for the input manifest file that contains the list of speaker enrollment requests.
public StartSpeakerEnrollmentJobRequest withInputDataConfig(InputDataConfig inputDataConfig)
The input data config containing the S3 location for the input manifest file that contains the list of speaker enrollment requests.
inputDataConfig
- The input data config containing the S3 location for the input manifest file that contains the list of
speaker enrollment requests.public void setJobName(String jobName)
A name for your speaker enrollment job.
jobName
- A name for your speaker enrollment job.public String getJobName()
A name for your speaker enrollment job.
public StartSpeakerEnrollmentJobRequest withJobName(String jobName)
A name for your speaker enrollment job.
jobName
- A name for your speaker enrollment job.public void setOutputDataConfig(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.public OutputDataConfig getOutputDataConfig()
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 withOutputDataConfig(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.public String toString()
toString
in class Object
Object.toString()
public StartSpeakerEnrollmentJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()