Interface DelimitedTextImportOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DelimitedTextImportOptions.Builder,,DelimitedTextImportOptions> SdkBuilder<DelimitedTextImportOptions.Builder,,DelimitedTextImportOptions> SdkPojo
- Enclosing class:
DelimitedTextImportOptions
public static interface DelimitedTextImportOptions.Builder
extends SdkPojo, CopyableBuilder<DelimitedTextImportOptions.Builder,DelimitedTextImportOptions>
-
Method Summary
Modifier and TypeMethodDescriptiondataCharacterEncoding(String dataCharacterEncoding) The encoding of the data in the input file.dataCharacterEncoding(ImportDataCharacterEncoding dataCharacterEncoding) The encoding of the data in the input file.The delimiter to use for separating columns in a single row of the input.hasHeaderRow(Boolean hasHeaderRow) Indicates whether the input file has a header row at the top containing the column names.ignoreEmptyRows(Boolean ignoreEmptyRows) A parameter to indicate whether empty rows should be ignored or be included in the import.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
-
delimiter
The delimiter to use for separating columns in a single row of the input.
- Parameters:
delimiter- The delimiter to use for separating columns in a single row of the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hasHeaderRow
Indicates whether the input file has a header row at the top containing the column names.
- Parameters:
hasHeaderRow- Indicates whether the input file has a header row at the top containing the column names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ignoreEmptyRows
A parameter to indicate whether empty rows should be ignored or be included in the import.
- Parameters:
ignoreEmptyRows- A parameter to indicate whether empty rows should be ignored or be included in the import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataCharacterEncoding
The encoding of the data in the input file.
- Parameters:
dataCharacterEncoding- The encoding of the data in the input file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataCharacterEncoding
DelimitedTextImportOptions.Builder dataCharacterEncoding(ImportDataCharacterEncoding dataCharacterEncoding) The encoding of the data in the input file.
- Parameters:
dataCharacterEncoding- The encoding of the data in the input file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-