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 name of an element exceeds 20 characters, Amazon Macie truncates the name by removing characters from the beginning of the name. If the resulting full path exceeds 250 characters, Macie also truncates the path, starting with the first element in the path, until the path contains 250 or fewer characters.
jsonPath - The path, as a JSONPath expression, to the field in the record that contains the data.
If the name of an element exceeds 20 characters, Amazon Macie truncates the name by removing characters from the beginning of the name. If the resulting full path exceeds 250 characters, Macie also truncates the path, starting with the first element in the path, until the path contains 250 or fewer characters.
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 © 2020. All rights reserved.