Class CfnApplicationPropsMixin.JSONMappingParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalytics.CfnApplicationPropsMixin.JSONMappingParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin.JSONMappingParametersProperty>
- Enclosing interface:
CfnApplicationPropsMixin.JSONMappingParametersProperty
@Stability(Stable)
public static final class CfnApplicationPropsMixin.JSONMappingParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin.JSONMappingParametersProperty>
A builder for
CfnApplicationPropsMixin.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 CfnApplicationPropsMixin.JSONMappingParametersProperty.Builder recordRowPath(String recordRowPath) - Parameters:
recordRowPath- Path to the top-level parent that contains the records.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationPropsMixin.JSONMappingParametersProperty>- Returns:
- a new instance of
CfnApplicationPropsMixin.JSONMappingParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-