Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.SharePointSourceConfiguration.Builder
Packages that use SharePointSourceConfiguration.Builder
-
Uses of SharePointSourceConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return SharePointSourceConfiguration.BuilderModifier and TypeMethodDescriptionThe supported authentication type to authenticate and connect to your SharePoint site/sites.SharePointSourceConfiguration.Builder.authType(SharePointAuthType authType) The supported authentication type to authenticate and connect to your SharePoint site/sites.SharePointSourceConfiguration.builder()SharePointSourceConfiguration.Builder.credentialsSecretArn(String credentialsSecretArn) The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your SharePoint site/sites.The domain of your SharePoint instance or site URL/URLs.The supported host type, whether online/cloud or server/on-premises.SharePointSourceConfiguration.Builder.hostType(SharePointHostType hostType) The supported host type, whether online/cloud or server/on-premises.A list of one or more SharePoint site URLs.SharePointSourceConfiguration.Builder.siteUrls(Collection<String> siteUrls) A list of one or more SharePoint site URLs.The identifier of your Microsoft 365 tenant.SharePointSourceConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type SharePointSourceConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SharePointSourceConfiguration.Builder>SharePointSourceConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type SharePointSourceConfiguration.BuilderModifier and TypeMethodDescriptionSharePointDataSourceConfiguration.Builder.sourceConfiguration(Consumer<SharePointSourceConfiguration.Builder> sourceConfiguration) The endpoint information to connect to your SharePoint data source.