Class FraudsterRegistrationJob

java.lang.Object
software.amazon.awssdk.services.voiceid.model.FraudsterRegistrationJob
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<FraudsterRegistrationJob.Builder,FraudsterRegistrationJob>

@Generated("software.amazon.awssdk:codegen") public final class FraudsterRegistrationJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FraudsterRegistrationJob.Builder,FraudsterRegistrationJob>

Contains all the information about a fraudster registration job.

See Also:
  • Method Details

    • createdAt

      public final Instant createdAt()

      A timestamp of when the fraudster registration job was created.

      Returns:
      A timestamp of when the fraudster registration job was created.
    • dataAccessRoleArn

      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.

      Returns:
      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.
    • domainId

      public final String domainId()

      The identifier of the domain that contains the fraudster registration job.

      Returns:
      The identifier of the domain that contains the fraudster registration job.
    • endedAt

      public final Instant endedAt()

      A timestamp of when the fraudster registration job ended.

      Returns:
      A timestamp of when the fraudster registration job ended.
    • failureDetails

      public final 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.

      Returns:
      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.
    • inputDataConfig

      public final InputDataConfig inputDataConfig()

      The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration job requests.

      Returns:
      The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration job requests.
    • jobId

      public final String jobId()

      The service-generated identifier for the fraudster registration job.

      Returns:
      The service-generated identifier for the fraudster registration job.
    • jobName

      public final String jobName()

      The client-provided name for the fraudster registration job.

      Returns:
      The client-provided name for the fraudster registration job.
    • jobProgress

      public final JobProgress jobProgress()

      Shows the completed percentage of registration requests listed in the input file.

      Returns:
      Shows the completed percentage of registration requests listed in the input file.
    • jobStatus

      public final FraudsterRegistrationJobStatus jobStatus()

      The current status of the fraudster registration job.

      If the service returns an enum value that is not available in the current SDK version, jobStatus will return FraudsterRegistrationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from jobStatusAsString().

      Returns:
      The current status of the fraudster registration job.
      See Also:
    • jobStatusAsString

      public final String jobStatusAsString()

      The current status of the fraudster registration job.

      If the service returns an enum value that is not available in the current SDK version, jobStatus will return FraudsterRegistrationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from jobStatusAsString().

      Returns:
      The current status of the fraudster registration job.
      See Also:
    • outputDataConfig

      public final OutputDataConfig outputDataConfig()

      The output data config containing the S3 location where you want Voice ID to write your job output file; you must also include a KMS key ID in order to encrypt the file.

      Returns:
      The output data config containing the S3 location where you want Voice ID to write your job output file; you must also include a KMS key ID in order to encrypt the file.
    • registrationConfig

      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.

      Returns:
      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.
    • toBuilder

      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<FraudsterRegistrationJob.Builder,FraudsterRegistrationJob>
      Returns:
      a builder for type T
    • builder

      public static FraudsterRegistrationJob.Builder builder()
    • serializableBuilderClass

      public static Class<? extends FraudsterRegistrationJob.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • toString

      public final String toString()
      Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.