Class CfnApplicationReferenceDataSource.CSVMappingParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSource.CSVMappingParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationReferenceDataSource.CSVMappingParametersProperty>
- Enclosing interface:
CfnApplicationReferenceDataSource.CSVMappingParametersProperty
@Stability(Stable)
public static final class CfnApplicationReferenceDataSource.CSVMappingParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSource.CSVMappingParametersProperty>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.recordColumnDelimiter
(String recordColumnDelimiter) recordRowDelimiter
(String recordRowDelimiter)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
recordColumnDelimiter
@Stability(Stable) public CfnApplicationReferenceDataSource.CSVMappingParametersProperty.Builder recordColumnDelimiter(String recordColumnDelimiter) Sets the value ofCfnApplicationReferenceDataSource.CSVMappingParametersProperty.getRecordColumnDelimiter()
- Parameters:
recordColumnDelimiter
- 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 CfnApplicationReferenceDataSource.CSVMappingParametersProperty.Builder recordRowDelimiter(String recordRowDelimiter) Sets the value ofCfnApplicationReferenceDataSource.CSVMappingParametersProperty.getRecordRowDelimiter()
- Parameters:
recordRowDelimiter
- 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnApplicationReferenceDataSource.CSVMappingParametersProperty>
- Returns:
- a new instance of
CfnApplicationReferenceDataSource.CSVMappingParametersProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-