@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
The configuration containing output file information for a batch job.
| Constructor and Description |
|---|
OutputDataConfig() |
| Modifier and Type | Method and Description |
|---|---|
OutputDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
the identifier of the KMS key you want Voice ID to use to encrypt the output file of the fraudster registration
job.
|
String |
getS3Uri()
The S3 path of the folder where Voice ID writes the job output file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKmsKeyId(String kmsKeyId)
the identifier of the KMS key you want Voice ID to use to encrypt the output file of the fraudster registration
job.
|
void |
setS3Uri(String s3Uri)
The S3 path of the folder where Voice ID writes the job output file.
|
String |
toString()
Returns a string representation of this object.
|
OutputDataConfig |
withKmsKeyId(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 |
withS3Uri(String s3Uri)
The S3 path of the folder where Voice ID writes the job output file.
|
public void setKmsKeyId(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.public String getKmsKeyId()
the identifier of the KMS key you want Voice ID to use to encrypt the output file of the fraudster registration job.
public OutputDataConfig withKmsKeyId(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.public void setS3Uri(String s3Uri)
The S3 path of the folder where Voice ID writes the job output file. It 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 where Voice ID writes the job output file. It 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.public String getS3Uri()
The S3 path of the folder where Voice ID writes the job output file. It 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.
*.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.public OutputDataConfig withS3Uri(String s3Uri)
The S3 path of the folder where Voice ID writes the job output file. It 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 where Voice ID writes the job output file. It 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.public String toString()
toString in class ObjectObject.toString()public OutputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.