Class UploadSettings
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<UploadSettings.Builder,UploadSettings> 
Information about the format for a source file or files.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic UploadSettings.Builderbuilder()final BooleanWhether the file has a header row, or the files each have a header row.final StringThe delimiter between values in the file.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final FileFormatformat()File format.final StringFile format.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends UploadSettings.Builder> final IntegerA row number to start reading data from.final TextQualifierText qualifier.final StringText qualifier.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
format
File format.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
 - File format.
 - See Also:
 
 - 
formatAsString
File format.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
 - File format.
 - See Also:
 
 - 
startFromRow
A row number to start reading data from.
- Returns:
 - A row number to start reading data from.
 
 - 
containsHeader
Whether the file has a header row, or the files each have a header row.
- Returns:
 - Whether the file has a header row, or the files each have a header row.
 
 - 
textQualifier
Text qualifier.
If the service returns an enum value that is not available in the current SDK version,
textQualifierwill returnTextQualifier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtextQualifierAsString().- Returns:
 - Text qualifier.
 - See Also:
 
 - 
textQualifierAsString
Text qualifier.
If the service returns an enum value that is not available in the current SDK version,
textQualifierwill returnTextQualifier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtextQualifierAsString().- Returns:
 - Text qualifier.
 - See Also:
 
 - 
delimiter
The delimiter between values in the file.
- Returns:
 - The delimiter between values in the file.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<UploadSettings.Builder,UploadSettings> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
 - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
toString
 - 
getValueForField
 - 
sdkFields
 - 
sdkFieldNameToField
- Specified by:
 sdkFieldNameToFieldin interfaceSdkPojo- Returns:
 - The mapping between the field name and its corresponding field.
 
 
 -