@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartFraudsterRegistrationJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartFraudsterRegistrationJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartFraudsterRegistrationJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
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 fraudster registration job and in which the fraudsters are
registered.
|
InputDataConfig |
getInputDataConfig()
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster
registration requests.
|
String |
getJobName()
The name of the new fraudster registration 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.
|
RegistrationConfig |
getRegistrationConfig()
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.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
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 fraudster registration job and in which the fraudsters are
registered.
|
void |
setInputDataConfig(InputDataConfig inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster
registration requests.
|
void |
setJobName(String jobName)
The name of the new fraudster registration 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.
|
void |
setRegistrationConfig(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.
|
String |
toString()
Returns a string representation of this object.
|
StartFraudsterRegistrationJobRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartFraudsterRegistrationJobRequest |
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.
|
StartFraudsterRegistrationJobRequest |
withDomainId(String domainId)
The identifier of the domain that contains the fraudster registration job and in which the fraudsters are
registered.
|
StartFraudsterRegistrationJobRequest |
withInputDataConfig(InputDataConfig inputDataConfig)
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster
registration requests.
|
StartFraudsterRegistrationJobRequest |
withJobName(String jobName)
The name of the new fraudster registration job.
|
StartFraudsterRegistrationJobRequest |
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.
|
StartFraudsterRegistrationJobRequest |
withRegistrationConfig(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.
|
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 StartFraudsterRegistrationJobRequest()
public void setClientToken(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.public String getClientToken()
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.
public StartFraudsterRegistrationJobRequest withClientToken(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.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 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.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 the Create and edit a fraudster watchlist documentation for the permissions needed in this role.
public StartFraudsterRegistrationJobRequest 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 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.public void setDomainId(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.public String getDomainId()
The identifier of the domain that contains the fraudster registration job and in which the fraudsters are registered.
public StartFraudsterRegistrationJobRequest withDomainId(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.public void setInputDataConfig(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.public InputDataConfig getInputDataConfig()
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration requests.
public StartFraudsterRegistrationJobRequest withInputDataConfig(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.public void setJobName(String jobName)
The name of the new fraudster registration job.
jobName
- The name of the new fraudster registration job.public String getJobName()
The name of the new fraudster registration job.
public StartFraudsterRegistrationJobRequest withJobName(String jobName)
The name of the new fraudster registration job.
jobName
- The name of the new fraudster registration 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 StartFraudsterRegistrationJobRequest 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 void setRegistrationConfig(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.public RegistrationConfig getRegistrationConfig()
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.
public StartFraudsterRegistrationJobRequest withRegistrationConfig(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.public String toString()
toString
in class Object
Object.toString()
public StartFraudsterRegistrationJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()