@Stability(value=Stable) public static final class CfnDataset.ExcelOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.ExcelOptionsProperty>
CfnDataset.ExcelOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataset.ExcelOptionsProperty |
build()
Builds the configured instance.
|
CfnDataset.ExcelOptionsProperty.Builder |
headerRow(Boolean headerRow)
Sets the value of
CfnDataset.ExcelOptionsProperty.getHeaderRow() |
CfnDataset.ExcelOptionsProperty.Builder |
headerRow(IResolvable headerRow)
Sets the value of
CfnDataset.ExcelOptionsProperty.getHeaderRow() |
CfnDataset.ExcelOptionsProperty.Builder |
sheetIndexes(IResolvable sheetIndexes)
Sets the value of
CfnDataset.ExcelOptionsProperty.getSheetIndexes() |
CfnDataset.ExcelOptionsProperty.Builder |
sheetIndexes(List<? extends Number> sheetIndexes)
Sets the value of
CfnDataset.ExcelOptionsProperty.getSheetIndexes() |
CfnDataset.ExcelOptionsProperty.Builder |
sheetNames(List<String> sheetNames)
Sets the value of
CfnDataset.ExcelOptionsProperty.getSheetNames() |
@Stability(value=Stable) public CfnDataset.ExcelOptionsProperty.Builder headerRow(Boolean headerRow)
CfnDataset.ExcelOptionsProperty.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.ExcelOptionsProperty.Builder headerRow(IResolvable headerRow)
CfnDataset.ExcelOptionsProperty.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.ExcelOptionsProperty.Builder sheetIndexes(IResolvable sheetIndexes)
CfnDataset.ExcelOptionsProperty.getSheetIndexes()sheetIndexes - One or more sheet numbers in the Excel file that will be included in the dataset.this@Stability(value=Stable) public CfnDataset.ExcelOptionsProperty.Builder sheetIndexes(List<? extends Number> sheetIndexes)
CfnDataset.ExcelOptionsProperty.getSheetIndexes()sheetIndexes - One or more sheet numbers in the Excel file that will be included in the dataset.this@Stability(value=Stable) public CfnDataset.ExcelOptionsProperty.Builder sheetNames(List<String> sheetNames)
CfnDataset.ExcelOptionsProperty.getSheetNames()sheetNames - One or more named sheets in the Excel file that will be included in the dataset.this@Stability(value=Stable) public CfnDataset.ExcelOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.ExcelOptionsProperty>CfnDataset.ExcelOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.