@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Record extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the location of an occurrence of sensitive data in an Apache Avro object container or Apache Parquet file.
| Constructor and Description |
|---|
Record() |
| Modifier and Type | Method and Description |
|---|---|
Record |
clone() |
boolean |
equals(Object obj) |
String |
getJsonPath()
The path, as a JSONPath expression, to the field in the record that contains the data.
|
Long |
getRecordIndex()
The record index, starting from 0, for the record that contains the data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setJsonPath(String jsonPath)
The path, as a JSONPath expression, to the field in the record that contains the data.
|
void |
setRecordIndex(Long recordIndex)
The record index, starting from 0, for the record that contains the data.
|
String |
toString()
Returns a string representation of this object.
|
Record |
withJsonPath(String jsonPath)
The path, as a JSONPath expression, to the field in the record that contains the data.
|
Record |
withRecordIndex(Long recordIndex)
The record index, starting from 0, for the record that contains the data.
|
public void setJsonPath(String jsonPath)
The path, as a JSONPath expression, to the field in the record that contains the data. If Amazon Macie detects sensitive data in the name of any element in the path, Macie omits this field.
If the name of an element exceeds 20 characters, 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 Amazon Macie
detects sensitive data in the name of any element in the path, Macie omits this field.
If the name of an element exceeds 20 characters, 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.
public String getJsonPath()
The path, as a JSONPath expression, to the field in the record that contains the data. If Amazon Macie detects sensitive data in the name of any element in the path, Macie omits this field.
If the name of an element exceeds 20 characters, 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.
If the name of an element exceeds 20 characters, 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.
public Record withJsonPath(String jsonPath)
The path, as a JSONPath expression, to the field in the record that contains the data. If Amazon Macie detects sensitive data in the name of any element in the path, Macie omits this field.
If the name of an element exceeds 20 characters, 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 Amazon Macie
detects sensitive data in the name of any element in the path, Macie omits this field.
If the name of an element exceeds 20 characters, 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.
public void setRecordIndex(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.public Long getRecordIndex()
The record index, starting from 0, for the record that contains the data.
public Record withRecordIndex(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.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.