Uses of Interface
software.amazon.awssdk.services.appsync.model.CodeErrorLocation.Builder
-
Packages that use CodeErrorLocation.Builder Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of CodeErrorLocation.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return CodeErrorLocation.Builder Modifier and Type Method Description static CodeErrorLocation.BuilderCodeErrorLocation. builder()CodeErrorLocation.BuilderCodeErrorLocation.Builder. column(Integer column)The column number in the code.CodeErrorLocation.BuilderCodeErrorLocation.Builder. line(Integer line)The line number in the code.CodeErrorLocation.BuilderCodeErrorLocation.Builder. span(Integer span)The span/length of the error.CodeErrorLocation.BuilderCodeErrorLocation. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type CodeErrorLocation.Builder Modifier and Type Method Description static Class<? extends CodeErrorLocation.Builder>CodeErrorLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type CodeErrorLocation.Builder Modifier and Type Method Description default CodeError.BuilderCodeError.Builder. location(Consumer<CodeErrorLocation.Builder> location)The line, column, and span location of the error in the code.
-