@Stability(value=Stable) public static final class CfnApplication.CSVMappingParametersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.CSVMappingParametersProperty>
CfnApplication.CSVMappingParametersProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.CSVMappingParametersProperty |
build()
Builds the configured instance.
|
CfnApplication.CSVMappingParametersProperty.Builder |
recordColumnDelimiter(String recordColumnDelimiter)
Sets the value of
CfnApplication.CSVMappingParametersProperty.getRecordColumnDelimiter() |
CfnApplication.CSVMappingParametersProperty.Builder |
recordRowDelimiter(String recordRowDelimiter)
Sets the value of
CfnApplication.CSVMappingParametersProperty.getRecordRowDelimiter() |
@Stability(value=Stable) public CfnApplication.CSVMappingParametersProperty.Builder recordColumnDelimiter(String recordColumnDelimiter)
CfnApplication.CSVMappingParametersProperty.getRecordColumnDelimiter()recordColumnDelimiter - Column delimiter. This parameter is required.
For example, in a CSV format, a comma (",") is the typical column delimiter.this@Stability(value=Stable) public CfnApplication.CSVMappingParametersProperty.Builder recordRowDelimiter(String recordRowDelimiter)
CfnApplication.CSVMappingParametersProperty.getRecordRowDelimiter()recordRowDelimiter - Row delimiter. This parameter is required.
For example, in a CSV format, '\n' is the typical row delimiter.this@Stability(value=Stable) public CfnApplication.CSVMappingParametersProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.CSVMappingParametersProperty>CfnApplication.CSVMappingParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.