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