Class CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty>
- Enclosing interface:
CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty
@Stability(Stable)
public static final class CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2.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 CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty.Builder recordRowPath(String recordRowPath) Sets the value ofCfnApplicationReferenceDataSourceV2.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty>- Returns:
- a new instance of
CfnApplicationReferenceDataSourceV2.JSONMappingParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-