Uses of Interface
software.amazon.awssdk.services.voiceid.model.OutputDataConfig.Builder
-
Packages that use OutputDataConfig.Builder Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of OutputDataConfig.Builder in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return OutputDataConfig.Builder Modifier and Type Method Description static OutputDataConfig.BuilderOutputDataConfig. builder()OutputDataConfig.BuilderOutputDataConfig.Builder. kmsKeyId(String kmsKeyId)The identifier of the KMS key you want Voice ID to use to encrypt the output file of a speaker enrollment job/fraudster registration job.OutputDataConfig.BuilderOutputDataConfig.Builder. s3Uri(String s3Uri)The S3 path of the folder where Voice ID writes the job output file.OutputDataConfig.BuilderOutputDataConfig. toBuilder()Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type OutputDataConfig.Builder Modifier and Type Method Description static Class<? extends OutputDataConfig.Builder>OutputDataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.voiceid.model with type arguments of type OutputDataConfig.Builder Modifier and Type Method Description default FraudsterRegistrationJob.BuilderFraudsterRegistrationJob.Builder. outputDataConfig(Consumer<OutputDataConfig.Builder> 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.default SpeakerEnrollmentJob.BuilderSpeakerEnrollmentJob.Builder. outputDataConfig(Consumer<OutputDataConfig.Builder> 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.default StartFraudsterRegistrationJobRequest.BuilderStartFraudsterRegistrationJobRequest.Builder. outputDataConfig(Consumer<OutputDataConfig.Builder> 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.default StartSpeakerEnrollmentJobRequest.BuilderStartSpeakerEnrollmentJobRequest.Builder. outputDataConfig(Consumer<OutputDataConfig.Builder> 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.
-