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