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