Class OutputDataConfig
- java.lang.Object
-
- software.amazon.awssdk.services.voiceid.model.OutputDataConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOutputDataConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OutputDataConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyId()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.Strings3Uri()The S3 path of the folder where Voice ID writes the job output file.List<SdkField<?>>sdkFields()static Class<? extends OutputDataConfig.Builder>serializableBuilderClass()OutputDataConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
kmsKeyId
public final 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.
- Returns:
- 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.
-
s3Uri
public final 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.- Returns:
- 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.
-
toBuilder
public OutputDataConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>
-
builder
public static OutputDataConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends OutputDataConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-