Interface Csv.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Csv.Builder,
,Csv> SdkBuilder<Csv.Builder,
,Csv> SdkPojo
- Enclosing class:
Csv
-
Method Summary
Modifier and TypeMethodDescriptioncolumnNames
(Collection<ColumnName> columnNames) The column names specified in the .csv file.columnNames
(ColumnName... columnNames) The column names specified in the .csv file.columnNamesWithStrings
(String... columnNames) The column names specified in the .csv file.columnNamesWithStrings
(Collection<String> columnNames) The column names specified in the .csv file.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
columnNamesWithStrings
The column names specified in the .csv file.
- Parameters:
columnNames
- The column names specified in the .csv file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnNamesWithStrings
The column names specified in the .csv file.
- Parameters:
columnNames
- The column names specified in the .csv file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnNames
The column names specified in the .csv file.
- Parameters:
columnNames
- The column names specified in the .csv file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnNames
The column names specified in the .csv file.
- Parameters:
columnNames
- The column names specified in the .csv file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-