Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalResultWebLocation.Builder
-
Packages that use RetrievalResultWebLocation.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of RetrievalResultWebLocation.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrievalResultWebLocation.Builder Modifier and Type Method Description static RetrievalResultWebLocation.BuilderRetrievalResultWebLocation. builder()RetrievalResultWebLocation.BuilderRetrievalResultWebLocation. toBuilder()RetrievalResultWebLocation.BuilderRetrievalResultWebLocation.Builder. url(String url)The web URL/URLs for the data source location.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RetrievalResultWebLocation.Builder Modifier and Type Method Description static Class<? extends RetrievalResultWebLocation.Builder>RetrievalResultWebLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RetrievalResultWebLocation.Builder Modifier and Type Method Description default RetrievalResultLocation.BuilderRetrievalResultLocation.Builder. webLocation(Consumer<RetrievalResultWebLocation.Builder> webLocation)The web URL/URLs data source location.
-