Class StartMediaAnalysisJobRequest

    • Method Detail

      • clientRequestToken

        public final String clientRequestToken()

        Idempotency token used to prevent the accidental creation of duplicate versions. If you use the same token with multiple StartMediaAnalysisJobRequest requests, the same response is returned. Use ClientRequestToken to prevent the same request from being processed more than once.

        Returns:
        Idempotency token used to prevent the accidental creation of duplicate versions. If you use the same token with multiple StartMediaAnalysisJobRequest requests, the same response is returned. Use ClientRequestToken to prevent the same request from being processed more than once.
      • jobName

        public final String jobName()

        The name of the job. Does not have to be unique.

        Returns:
        The name of the job. Does not have to be unique.
      • operationsConfig

        public final MediaAnalysisOperationsConfig operationsConfig()

        Configuration options for the media analysis job to be created.

        Returns:
        Configuration options for the media analysis job to be created.
      • input

        public final MediaAnalysisInput input()

        Input data to be analyzed by the job.

        Returns:
        Input data to be analyzed by the job.
      • outputConfig

        public final MediaAnalysisOutputConfig outputConfig()

        The Amazon S3 bucket location to store the results.

        Returns:
        The Amazon S3 bucket location to store the results.
      • kmsKeyId

        public final String kmsKeyId()

        The identifier of customer managed AWS KMS key (name or ARN). The key is used to encrypt images copied into the service. The key is also used to encrypt results and manifest files written to the output Amazon S3 bucket.

        Returns:
        The identifier of customer managed AWS KMS key (name or ARN). The key is used to encrypt images copied into the service. The key is also used to encrypt results and manifest files written to the output Amazon S3 bucket.
      • 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