Class CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalytics.CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty>
- Enclosing interface:
CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty
@Stability(Stable)
public static final class CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.recordRowPath(String recordRowPath)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
recordRowPath
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty.Builder recordRowPath(String recordRowPath) Sets the value ofCfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty.getRecordRowPath()- Parameters:
recordRowPath- Path to the top-level parent that contains the records.- Returns:
this
-
build
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty>- Returns:
- a new instance of
CfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-