Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.WebLocation.Builder
-
Packages that use WebLocation.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of WebLocation.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return WebLocation.Builder Modifier and Type Method Description static WebLocation.BuilderWebLocation. builder()WebLocation.BuilderWebLocation.Builder. domain(String domain)The domain that was cited when performing a web search.WebLocation.BuilderWebLocation. toBuilder()WebLocation.BuilderWebLocation.Builder. url(String url)The URL that was cited when performing a web search.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type WebLocation.Builder Modifier and Type Method Description static Class<? extends WebLocation.Builder>WebLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type WebLocation.Builder Modifier and Type Method Description static CitationLocationCitationLocation. fromWeb(Consumer<WebLocation.Builder> web)Create an instance of this class withCitationLocation.web()initialized to the given value.default CitationLocation.BuilderCitationLocation.Builder. web(Consumer<WebLocation.Builder> web)The web URL that was cited for this reference.
-