Interface UploadSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<UploadSettings.Builder,,- UploadSettings> - SdkBuilder<UploadSettings.Builder,,- UploadSettings> - SdkPojo
- Enclosing class:
- UploadSettings
@Mutable
@NotThreadSafe
public static interface UploadSettings.Builder
extends SdkPojo, CopyableBuilder<UploadSettings.Builder,UploadSettings> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
formatFile format. - Parameters:
- format- File format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
formatFile format. - Parameters:
- format- File format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
startFromRowA 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.
 
- 
containsHeaderWhether 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.
 
- 
textQualifierText qualifier. - Parameters:
- textQualifier- Text qualifier.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
textQualifierText qualifier. - Parameters:
- textQualifier- Text qualifier.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
delimiterThe 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.
 
 
-