@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 to which Voice ID writes the job output file, which has a
*.out extension. |
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 the fraudster registration
job.
|
void |
setS3Uri(String s3Uri)
The S3 path of the folder to which Voice ID writes the job output file, which has a
*.out extension. |
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 to which Voice ID writes the job output file, which has a
*.out extension. |
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 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
.public String getS3Uri()
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
.
*.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 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
.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.