Class CfnApplication.JSONMappingParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalytics.CfnApplication.JSONMappingParametersProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnApplication.JSONMappingParametersProperty>
- Enclosing interface:
- CfnApplication.JSONMappingParametersProperty
@Stability(Stable)
public static final class CfnApplication.JSONMappingParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplication.JSONMappingParametersProperty>
A builder for 
CfnApplication.JSONMappingParametersProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.recordRowPath(String recordRowPath) Sets the value ofCfnApplication.JSONMappingParametersProperty.getRecordRowPath()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
recordRowPath@Stability(Stable) public CfnApplication.JSONMappingParametersProperty.Builder recordRowPath(String recordRowPath) Sets the value ofCfnApplication.JSONMappingParametersProperty.getRecordRowPath()- Parameters:
- recordRowPath- Path to the top-level parent that contains the records. This parameter is required.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnApplication.JSONMappingParametersProperty>
- Returns:
- a new instance of CfnApplication.JSONMappingParametersProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-