@Stability(value=Stable) public static final class CfnDataset.CsvOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.CsvOptionsProperty>
CfnDataset.CsvOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataset.CsvOptionsProperty |
build()
Builds the configured instance.
|
CfnDataset.CsvOptionsProperty.Builder |
delimiter(String delimiter)
Sets the value of
CfnDataset.CsvOptionsProperty.getDelimiter() |
CfnDataset.CsvOptionsProperty.Builder |
headerRow(Boolean headerRow)
Sets the value of
CfnDataset.CsvOptionsProperty.getHeaderRow() |
CfnDataset.CsvOptionsProperty.Builder |
headerRow(IResolvable headerRow)
Sets the value of
CfnDataset.CsvOptionsProperty.getHeaderRow() |
@Stability(value=Stable) public CfnDataset.CsvOptionsProperty.Builder delimiter(String delimiter)
CfnDataset.CsvOptionsProperty.getDelimiter()delimiter - A single character that specifies the delimiter being used in the CSV file.this@Stability(value=Stable) public CfnDataset.CsvOptionsProperty.Builder headerRow(Boolean headerRow)
CfnDataset.CsvOptionsProperty.getHeaderRow()headerRow - A variable that specifies whether the first row in the file is parsed as the header.
If this value is false, column names are auto-generated.this@Stability(value=Stable) public CfnDataset.CsvOptionsProperty.Builder headerRow(IResolvable headerRow)
CfnDataset.CsvOptionsProperty.getHeaderRow()headerRow - A variable that specifies whether the first row in the file is parsed as the header.
If this value is false, column names are auto-generated.this@Stability(value=Stable) public CfnDataset.CsvOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.CsvOptionsProperty>CfnDataset.CsvOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.