Interface UploadSettings.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UploadSettings.Builder,,UploadSettings> SdkBuilder<UploadSettings.Builder,,UploadSettings> SdkPojo
- Enclosing class:
 UploadSettings
public static interface UploadSettings.Builder
extends SdkPojo, CopyableBuilder<UploadSettings.Builder,UploadSettings> 
- 
Method Summary
Modifier and TypeMethodDescriptioncontainsHeader(Boolean containsHeader) Whether the file has a header row, or the files each have a header row.The delimiter between values in the file.File format.format(FileFormat format) File format.startFromRow(Integer startFromRow) A row number to start reading data from.textQualifier(String textQualifier) Text qualifier.textQualifier(TextQualifier textQualifier) Text qualifier.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
format
File format.
- Parameters:
 format- File format.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
format
File format.
- Parameters:
 format- File format.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
startFromRow
A row number to start reading data from.
- Parameters:
 startFromRow- A row number to start reading data from.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
containsHeader
Whether the file has a header row, or the files each have a header row.
- Parameters:
 containsHeader- Whether the file has a header row, or the files each have a header row.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
textQualifier
Text qualifier.
- Parameters:
 textQualifier- Text qualifier.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
textQualifier
Text qualifier.
- Parameters:
 textQualifier- Text qualifier.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
delimiter
The delimiter between values in the file.
- Parameters:
 delimiter- The delimiter between values in the file.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -