@Generated(value="software.amazon.awssdk:codegen") public final class StartFraudsterRegistrationJobRequest extends VoiceIdRequest implements ToCopyableBuilder<StartFraudsterRegistrationJobRequest.Builder,StartFraudsterRegistrationJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartFraudsterRegistrationJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartFraudsterRegistrationJobRequest.Builder |
builder() |
String |
clientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
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 fraudster registration job and in which the fraudsters are
registered.
|
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 an S3 URI for the input manifest file that contains the list of fraudster
registration requests.
|
String |
jobName()
The name of the new fraudster registration 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.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartFraudsterRegistrationJobRequest.Builder> |
serializableBuilderClass() |
StartFraudsterRegistrationJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
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 the Create and edit a fraudster watchlist documentation for the permissions needed in this role.
public final String domainId()
The identifier of the domain that contains the fraudster registration job and in which the fraudsters are registered.
public final InputDataConfig inputDataConfig()
The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration requests.
public final String jobName()
The name of the new fraudster registration 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 final 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.
public StartFraudsterRegistrationJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartFraudsterRegistrationJobRequest.Builder,StartFraudsterRegistrationJobRequest>toBuilder in class VoiceIdRequestpublic static StartFraudsterRegistrationJobRequest.Builder builder()
public static Class<? extends StartFraudsterRegistrationJobRequest.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.