@Generated(value="software.amazon.awssdk:codegen") public final class Record extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Record.Builder,Record>
An occurrence of sensitive data in an Apache Avro object container or an Apache Parquet file.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Record.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Record.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jsonPath()
The path, as a JSONPath expression, to the field in the record that contains the data.
|
Long |
recordIndex()
The record index, starting from 0, for the record that contains the data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Record.Builder> |
serializableBuilderClass() |
Record.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final Long recordIndex()
The record index, starting from 0, for the record that contains the data.
public Record.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Record.Builder,Record>public static Record.Builder builder()
public static Class<? extends Record.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.