@Generated(value="software.amazon.awssdk:codegen") public final class Range extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Range.Builder,Range>
Provides details about the location of an occurrence of sensitive data in an Adobe Portable Document Format file, Microsoft Word document, or non-binary text file.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Range.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Range.Builder |
builder() |
Long |
end()
Possible values are:
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Range.Builder> |
serializableBuilderClass() |
Long |
start()
Possible values are:
|
Long |
startColumn()
The column number for the column that contains the data, if the file contains structured data.
|
Range.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Long end()
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the end of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the end of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the end of the sensitive data.
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the end of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the end of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the end of the sensitive data.
public Long start()
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the beginning of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the beginning of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the beginning of the sensitive data.
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the beginning of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the beginning of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the beginning of the sensitive data.
public Long startColumn()
The column number for the column that contains the data, if the file contains structured data.
public Range.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Range.Builder,Range>public static Range.Builder builder()
public static Class<? extends Range.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.