@Generated(value="software.amazon.awssdk:codegen") public final class OutputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>
The configuration containing output file information for a batch job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutputDataConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OutputDataConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
the identifier of the KMS key you want Voice ID to use to encrypt the output file of the fraudster registration
job.
|
String |
s3Uri()
The S3 path of the folder to which Voice ID writes the job output file, which has a
*.out extension. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutputDataConfig.Builder> |
serializableBuilderClass() |
OutputDataConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String kmsKeyId()
the identifier of the KMS key you want Voice ID to use to encrypt the output file of the fraudster registration job.
public final 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.
*.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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>public static OutputDataConfig.Builder builder()
public static Class<? extends OutputDataConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.