Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalResultSqlLocation.Builder
Packages that use RetrievalResultSqlLocation.Builder
-
Uses of RetrievalResultSqlLocation.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrievalResultSqlLocation.BuilderModifier and TypeMethodDescriptionRetrievalResultSqlLocation.builder()The SQL query used to retrieve the result.RetrievalResultSqlLocation.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RetrievalResultSqlLocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RetrievalResultSqlLocation.Builder>RetrievalResultSqlLocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RetrievalResultSqlLocation.BuilderModifier and TypeMethodDescriptiondefault RetrievalResultLocation.BuilderRetrievalResultLocation.Builder.sqlLocation(Consumer<RetrievalResultSqlLocation.Builder> sqlLocation) Specifies information about the SQL query used to retrieve the result.