| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
static Position.Builder |
Position.builder() |
Position.Builder |
Position.Builder.column(Integer column)
The column of the position, starting from 0.
|
Position.Builder |
Position.Builder.line(Integer line)
The line of the position, starting from 1.
|
Position.Builder |
Position.Builder.offset(Integer offset)
The offset within the policy that corresponds to the position, starting from 0.
|
Position.Builder |
Position.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Position.Builder> |
Position.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Span.Builder |
Span.Builder.end(Consumer<Position.Builder> end)
The end position of the span (exclusive).
|
default Span.Builder |
Span.Builder.start(Consumer<Position.Builder> start)
The start position of the span (inclusive).
|
Copyright © 2021. All rights reserved.