CopyableBuilder<JSONMappingParameters.Builder,JSONMappingParameters>, SdkBuilder<JSONMappingParameters.Builder,JSONMappingParameters>public static interface JSONMappingParameters.Builder extends CopyableBuilder<JSONMappingParameters.Builder,JSONMappingParameters>
| Modifier and Type | Method | Description |
|---|---|---|
JSONMappingParameters.Builder |
recordRowPath(String recordRowPath) |
Path to the top-level parent that contains the records.
|
copyapply, buildJSONMappingParameters.Builder recordRowPath(String recordRowPath)
Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath, "$" refers to the root and path
"$.vehicle.Model" refers to the specific "Model" key in the JSON.
recordRowPath - Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath, "$" refers to the root and path
"$.vehicle.Model" refers to the specific "Model" key in the JSON.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.