| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
static Position.Builder |
Position.builder() |
Position.Builder |
Position.Builder.column(Integer column)
The column in the line containing the specified position in the document.
|
Position.Builder |
Position.Builder.line(Integer line)
The line containing the specified position in the document.
|
Position.Builder |
Position.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Position.Builder> |
Position.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Statement.Builder |
Statement.Builder.endPosition(Consumer<Position.Builder> endPosition)
The row and column of the end of a
Statement in an IAM policy. |
default Statement.Builder |
Statement.Builder.startPosition(Consumer<Position.Builder> startPosition)
The row and column of the beginning of the
Statement in an IAM policy. |
Copyright © 2023. All rights reserved.