@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 a speaker enrollment
job/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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKmsKeyId(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.
|
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 a speaker enrollment
job/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 a speaker enrollment job/fraudster registration job.
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.public String getKmsKeyId()
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.
public OutputDataConfig withKmsKeyId(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.
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.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 Object
Object.toString()
public OutputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.