Class InputFormatOptions

java.lang.Object
software.amazon.awssdk.services.dynamodb.model.InputFormatOptions
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InputFormatOptions.Builder,InputFormatOptions>

@Generated("software.amazon.awssdk:codegen") public final class InputFormatOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputFormatOptions.Builder,InputFormatOptions>

The format options for the data that was imported into the target table. There is one value, CsvOption.

See Also: