Uses of Interface
software.amazon.awssdk.services.kendra.model.Warning.Builder
-
Packages that use Warning.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Warning.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return Warning.Builder Modifier and Type Method Description static Warning.BuilderWarning. builder()Warning.BuilderWarning.Builder. code(String code)The code used to show the type of warning for the query.Warning.BuilderWarning.Builder. code(WarningCode code)The code used to show the type of warning for the query.Warning.BuilderWarning.Builder. message(String message)The message that explains the problem with the query.Warning.BuilderWarning. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Warning.Builder Modifier and Type Method Description static Class<? extends Warning.Builder>Warning. serializableBuilderClass()
-