Interface OutputDataConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>,SdkBuilder<OutputDataConfig.Builder,OutputDataConfig>,SdkPojo
- Enclosing class:
- OutputDataConfig
public static interface OutputDataConfig.Builder extends SdkPojo, CopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputDataConfig.BuilderkmsKeyId(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.Builders3Uri(String s3Uri)The S3 path of the folder where Voice ID writes the job output file.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
kmsKeyId
OutputDataConfig.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Uri
OutputDataConfig.Builder s3Uri(String s3Uri)
The S3 path of the folder where Voice ID writes the job output file. It has a
*.outextension. For example, if the input file name isinput-file.jsonand the output folder path iss3://output-bucket/output-folder, the full output file path iss3://output-bucket/output-folder/job-Id/input-file.json.out.- Parameters:
s3Uri- The S3 path of the folder where Voice ID writes the job output file. It has a*.outextension. For example, if the input file name isinput-file.jsonand the output folder path iss3://output-bucket/output-folder, the full output file path iss3://output-bucket/output-folder/job-Id/input-file.json.out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-