Interface Position.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Position.Builder,,Position> SdkBuilder<Position.Builder,,Position> SdkPojo
- Enclosing class:
 Position
public static interface Position.Builder
extends SdkPojo, CopyableBuilder<Position.Builder,Position> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe column in the line containing the specified position in the document.The line containing the specified position in the document.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
line
The line containing the specified position in the document.
- Parameters:
 line- The line containing the specified position in the document.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
column
The column in the line containing the specified position in the document.
- Parameters:
 column- The column in the line containing the specified position in the document.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -