Class ParallelDataConfig
- java.lang.Object
-
- software.amazon.awssdk.services.translate.model.ParallelDataConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ParallelDataConfig.Builder,ParallelDataConfig>
@Generated("software.amazon.awssdk:codegen") public final class ParallelDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParallelDataConfig.Builder,ParallelDataConfig>
Specifies the format and S3 location of the parallel data input file.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParallelDataConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParallelDataConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ParallelDataFormatformat()The format of the parallel data input file.StringformatAsString()The format of the parallel data input file.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Uri()The URI of the Amazon S3 folder that contains the parallel data input file.List<SdkField<?>>sdkFields()static Class<? extends ParallelDataConfig.Builder>serializableBuilderClass()ParallelDataConfig.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
-
s3Uri
public final String s3Uri()
The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.
- Returns:
- The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.
-
format
public final ParallelDataFormat format()
The format of the parallel data input file.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnParallelDataFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format of the parallel data input file.
- See Also:
ParallelDataFormat
-
formatAsString
public final String formatAsString()
The format of the parallel data input file.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnParallelDataFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format of the parallel data input file.
- See Also:
ParallelDataFormat
-
toBuilder
public ParallelDataConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ParallelDataConfig.Builder,ParallelDataConfig>
-
builder
public static ParallelDataConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ParallelDataConfig.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.
-
-