Class CfnApplicationV2.JSONMappingParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.JSONMappingParametersProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnApplicationV2.JSONMappingParametersProperty>
- Enclosing interface:
- CfnApplicationV2.JSONMappingParametersProperty
@Stability(Stable)
public static final class CfnApplicationV2.JSONMappingParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationV2.JSONMappingParametersProperty>
A builder for 
CfnApplicationV2.JSONMappingParametersProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.recordRowPath(String recordRowPath) Sets the value ofCfnApplicationV2.JSONMappingParametersProperty.getRecordRowPath()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
recordRowPath@Stability(Stable) public CfnApplicationV2.JSONMappingParametersProperty.Builder recordRowPath(String recordRowPath) Sets the value ofCfnApplicationV2.JSONMappingParametersProperty.getRecordRowPath()- Parameters:
- recordRowPath- The 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<CfnApplicationV2.JSONMappingParametersProperty>
- Returns:
- a new instance of CfnApplicationV2.JSONMappingParametersProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-