Class CfnApplication.CSVMappingParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication.CSVMappingParametersProperty.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnApplication.CSVMappingParametersProperty>
- Enclosing interface:
 - CfnApplication.CSVMappingParametersProperty
 
@Stability(Stable)
public static final class CfnApplication.CSVMappingParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplication.CSVMappingParametersProperty>
A builder for 
CfnApplication.CSVMappingParametersProperty- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.recordColumnDelimiter(String recordColumnDelimiter) Sets the value ofCfnApplication.CSVMappingParametersProperty.getRecordColumnDelimiter()recordRowDelimiter(String recordRowDelimiter) Sets the value ofCfnApplication.CSVMappingParametersProperty.getRecordRowDelimiter() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
recordColumnDelimiter
@Stability(Stable) public CfnApplication.CSVMappingParametersProperty.Builder recordColumnDelimiter(String recordColumnDelimiter) Sets the value ofCfnApplication.CSVMappingParametersProperty.getRecordColumnDelimiter()- Parameters:
 recordColumnDelimiter- The column delimiter. This parameter is required. For example, in a CSV format, a comma (",") is the typical column delimiter.- Returns:
 this
 - 
recordRowDelimiter
@Stability(Stable) public CfnApplication.CSVMappingParametersProperty.Builder recordRowDelimiter(String recordRowDelimiter) Sets the value ofCfnApplication.CSVMappingParametersProperty.getRecordRowDelimiter()- Parameters:
 recordRowDelimiter- The row delimiter. This parameter is required. For example, in a CSV format, '\n' is the typical row delimiter.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<CfnApplication.CSVMappingParametersProperty>- Returns:
 - a new instance of 
CfnApplication.CSVMappingParametersProperty - Throws:
 NullPointerException- if any required attribute was not provided
 
 -