public static interface Position.Builder extends CopyableBuilder<Position.Builder,Position>
| Modifier and Type | Method and Description |
|---|---|
Position.Builder |
column(Integer column)
The column in the line containing the specified position in the document.
|
Position.Builder |
line(Integer line)
The line containing the specified position in the document.
|
copyapply, buildPosition.Builder line(Integer line)
The line containing the specified position in the document.
line - The line containing the specified position in the document.Position.Builder column(Integer column)
The column in the line containing the specified position in the document.
column - The column in the line containing the specified position in the document.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.