public static interface OutputDataConfig.Builder extends SdkPojo, CopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>
| Modifier and Type | Method and Description |
|---|---|
OutputDataConfig.Builder |
kmsKeyId(String kmsKeyId)
the identifier of the KMS key you want Voice ID to use to encrypt the output file of the fraudster
registration job.
|
OutputDataConfig.Builder |
s3Uri(String s3Uri)
The S3 path of the folder to which Voice ID writes the job output file, which has a
*.out
extension. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutputDataConfig.Builder kmsKeyId(String kmsKeyId)
the identifier of the KMS key you want Voice ID to use to encrypt the output file of the fraudster registration job.
kmsKeyId - the identifier of the KMS key you want Voice ID to use to encrypt the output file of the fraudster
registration job.OutputDataConfig.Builder s3Uri(String s3Uri)
The S3 path of the folder to which Voice ID writes the job output file, which has a *.out
extension. For example, if the input file name is input-file.json and the output folder path is
s3://output-bucket/output-folder, the full output file path is
s3://output-bucket/output-folder/job-Id/input-file.json.out.
s3Uri - The S3 path of the folder to which Voice ID writes the job output file, which has a *.out
extension. For example, if the input file name is input-file.json and the output folder
path is s3://output-bucket/output-folder, the full output file path is
s3://output-bucket/output-folder/job-Id/input-file.json.out.Copyright © 2022. All rights reserved.