@Generated(value="software.amazon.awssdk:codegen") public final class OutputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>
The output configuration properties for a batch translation job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutputDataConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OutputDataConfig.Builder |
builder() |
EncryptionKey |
encryptionKey()
Returns the value of the EncryptionKey property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Uri()
The URI of the S3 folder that contains a translation job's output file.
|
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 s3Uri()
The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.
public final EncryptionKey encryptionKey()
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.