| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
SharePointSourceConfiguration |
SharePointSourceConfiguration.clone() |
SharePointSourceConfiguration |
SharePointDataSourceConfiguration.getSourceConfiguration()
The endpoint information to connect to your SharePoint data source.
|
SharePointSourceConfiguration |
SharePointSourceConfiguration.withAuthType(SharePointAuthType authType)
The supported authentication type to authenticate and connect to your SharePoint site/sites.
|
SharePointSourceConfiguration |
SharePointSourceConfiguration.withAuthType(String authType)
The supported authentication type to authenticate and connect to your SharePoint site/sites.
|
SharePointSourceConfiguration |
SharePointSourceConfiguration.withCredentialsSecretArn(String credentialsSecretArn)
The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your
SharePoint site/sites.
|
SharePointSourceConfiguration |
SharePointSourceConfiguration.withDomain(String domain)
The domain of your SharePoint instance or site URL/URLs.
|
SharePointSourceConfiguration |
SharePointSourceConfiguration.withHostType(SharePointHostType hostType)
The supported host type, whether online/cloud or server/on-premises.
|
SharePointSourceConfiguration |
SharePointSourceConfiguration.withHostType(String hostType)
The supported host type, whether online/cloud or server/on-premises.
|
SharePointSourceConfiguration |
SharePointSourceConfiguration.withSiteUrls(Collection<String> siteUrls)
A list of one or more SharePoint site URLs.
|
SharePointSourceConfiguration |
SharePointSourceConfiguration.withSiteUrls(String... siteUrls)
A list of one or more SharePoint site URLs.
|
SharePointSourceConfiguration |
SharePointSourceConfiguration.withTenantId(String tenantId)
The identifier of your Microsoft 365 tenant.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SharePointDataSourceConfiguration.setSourceConfiguration(SharePointSourceConfiguration sourceConfiguration)
The endpoint information to connect to your SharePoint data source.
|
SharePointDataSourceConfiguration |
SharePointDataSourceConfiguration.withSourceConfiguration(SharePointSourceConfiguration sourceConfiguration)
The endpoint information to connect to your SharePoint data source.
|
Copyright © 2024. All rights reserved.