public static interface Record.Builder extends SdkPojo, CopyableBuilder<Record.Builder,Record>
| Modifier and Type | Method and Description |
|---|---|
Record.Builder |
jsonPath(String jsonPath)
The path, as a JSONPath expression, to the field in the record that contains the data.
|
Record.Builder |
recordIndex(Long recordIndex)
The record index, starting from 0, for the record that contains the data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecord.Builder jsonPath(String jsonPath)
The path, as a JSONPath expression, to the field in the record that contains the data. If the field name is longer than 20 characters, it is truncated. If the path is longer than 250 characters, it is truncated.
jsonPath - The path, as a JSONPath expression, to the field in the record that contains the data. If the field
name is longer than 20 characters, it is truncated. If the path is longer than 250 characters, it is
truncated.Record.Builder recordIndex(Long recordIndex)
The record index, starting from 0, for the record that contains the data.
recordIndex - The record index, starting from 0, for the record that contains the data.Copyright © 2023. All rights reserved.