Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.WebLocation.Builder
Packages that use WebLocation.Builder
-
Uses of WebLocation.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return WebLocation.BuilderModifier and TypeMethodDescriptionstatic WebLocation.BuilderWebLocation.builder()The domain that was cited when performing a web search.WebLocation.toBuilder()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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends WebLocation.Builder>WebLocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type WebLocation.BuilderModifier and TypeMethodDescriptionstatic 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.