Class CfnApplication.JSONMappingParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalyticsv2.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.recordRowPath
(String recordRowPath) Sets the value ofCfnApplication.JSONMappingParametersProperty.getRecordRowPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
recordRowPath
@Stability(Stable) public CfnApplication.JSONMappingParametersProperty.Builder recordRowPath(String recordRowPath) Sets the value ofCfnApplication.JSONMappingParametersProperty.getRecordRowPath()
- Parameters:
recordRowPath
- The path to the top-level parent that contains the records. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnApplication.JSONMappingParametersProperty>
- Returns:
- a new instance of
CfnApplication.JSONMappingParametersProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-