CopyableBuilder<Position.Builder,Position>
, SdkBuilder<Position.Builder,Position>
public static interface Position.Builder extends CopyableBuilder<Position.Builder,Position>
Modifier and Type | Method | 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.
|
copy
apply, build
Position.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.