public static interface Range.Builder extends SdkPojo, CopyableBuilder<Range.Builder,Range>
| Modifier and Type | Method and Description |
|---|---|
Range.Builder |
end(Long end)
The number of lines from the beginning of the file to the end of the sensitive data.
|
Range.Builder |
start(Long start)
The number of lines from the beginning of the file to the beginning of the sensitive data.
|
Range.Builder |
startColumn(Long startColumn)
The number of characters, with spaces and starting from 1, from the beginning of the first line that contains
the sensitive data (start) to the beginning of the sensitive data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRange.Builder end(Long end)
The number of lines from the beginning of the file to the end of the sensitive data.
end - The number of lines from the beginning of the file to the end of the sensitive data.Range.Builder start(Long start)
The number of lines from the beginning of the file to the beginning of the sensitive data.
start - The number of lines from the beginning of the file to the beginning of the sensitive data.Range.Builder startColumn(Long startColumn)
The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the sensitive data (start) to the beginning of the sensitive data.
startColumn - The number of characters, with spaces and starting from 1, from the beginning of the first line that
contains the sensitive data (start) to the beginning of the sensitive data.Copyright © 2023. All rights reserved.