Uses of Interface
software.amazon.awssdk.services.qconnect.model.QueryTextInputData.Builder
-
Packages that use QueryTextInputData.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of QueryTextInputData.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return QueryTextInputData.Builder Modifier and Type Method Description static QueryTextInputData.BuilderQueryTextInputData. builder()QueryTextInputData.BuilderQueryTextInputData.Builder. text(String text)The text to search for.QueryTextInputData.BuilderQueryTextInputData. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type QueryTextInputData.Builder Modifier and Type Method Description static Class<? extends QueryTextInputData.Builder>QueryTextInputData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type QueryTextInputData.Builder Modifier and Type Method Description static QueryInputDataQueryInputData. fromQueryTextInputData(Consumer<QueryTextInputData.Builder> queryTextInputData)Create an instance of this class withQueryInputData.queryTextInputData()initialized to the given value.default QueryInputData.BuilderQueryInputData.Builder. queryTextInputData(Consumer<QueryTextInputData.Builder> queryTextInputData)Input information for the query.
-