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 interface
ParallelDataConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParallelDataConfig.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
ParallelDataFormat
format()
The format of the parallel data input file.String
formatAsString()
The format of the parallel data input file.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
s3Uri()
The URI of the Amazon S3 folder that contains the parallel data input file.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ParallelDataConfig.Builder>
serializableBuilderClass()
ParallelDataConfig.Builder
toBuilder()
String
toString()
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,
format
will 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,
format
will 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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-