@Stability(value=Stable) public static final class CfnTable.CsvProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTable.CsvProperty>
CfnTable.CsvProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.CsvProperty |
build()
Builds the configured instance.
|
CfnTable.CsvProperty.Builder |
delimiter(String delimiter)
Sets the value of
CfnTable.CsvProperty.getDelimiter() |
CfnTable.CsvProperty.Builder |
headerList(List<String> headerList)
Sets the value of
CfnTable.CsvProperty.getHeaderList() |
@Stability(value=Stable) public CfnTable.CsvProperty.Builder delimiter(String delimiter)
CfnTable.CsvProperty.getDelimiter()delimiter - `CfnTable.CsvProperty.Delimiter`.this@Stability(value=Stable) public CfnTable.CsvProperty.Builder headerList(List<String> headerList)
CfnTable.CsvProperty.getHeaderList()headerList - `CfnTable.CsvProperty.HeaderList`.this@Stability(value=Stable) public CfnTable.CsvProperty build()
build in interface software.amazon.jsii.Builder<CfnTable.CsvProperty>CfnTable.CsvPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.