| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static Range.Builder |
Range.builder() |
Range.Builder |
Range.Builder.end(Long end)
Possible values are:
|
Range.Builder |
Range.Builder.start(Long start)
Possible values are:
|
Range.Builder |
Range.Builder.startColumn(Long startColumn)
The column number for the column that contains the data, if the file contains structured data.
|
Range.Builder |
Range.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Range.Builder> |
Range.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Page.Builder |
Page.Builder.lineRange(Consumer<Range.Builder> lineRange)
The line that contains the data, and the position of the data on that line.
|
default Page.Builder |
Page.Builder.offsetRange(Consumer<Range.Builder> offsetRange)
The position of the data on the page, relative to the beginning of the page.
|
Copyright © 2020. All rights reserved.