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