Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.QueryGenerationInput.Builder
Packages that use QueryGenerationInput.Builder
-
Uses of QueryGenerationInput.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return QueryGenerationInput.BuilderModifier and TypeMethodDescriptionstatic QueryGenerationInput.BuilderQueryGenerationInput.builder()The text of the query.QueryGenerationInput.toBuilder()The type of the query.QueryGenerationInput.Builder.type(InputQueryType type) The type of the query.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type QueryGenerationInput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends QueryGenerationInput.Builder>QueryGenerationInput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type QueryGenerationInput.BuilderModifier and TypeMethodDescriptiondefault GenerateQueryRequest.BuilderGenerateQueryRequest.Builder.queryGenerationInput(Consumer<QueryGenerationInput.Builder> queryGenerationInput) Specifies information about a natural language query to transform into SQL.