| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceNowConfiguration |
ServiceNowConfiguration.clone() |
ServiceNowConfiguration |
DataSourceConfiguration.getServiceNowConfiguration()
Provides configuration for data sources that connect to ServiceNow instances.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withHostUrl(String hostUrl)
The ServiceNow instance that the data source connects to.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withKnowledgeArticleConfiguration(ServiceNowKnowledgeArticleConfiguration knowledgeArticleConfiguration)
Provides configuration information for crawling knowledge articles in the ServiceNow site.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withSecretArn(String secretArn)
The Amazon Resource Name (ARN) of the AWS Secret Manager secret that contains the user name and password required
to connect to the ServiceNow instance.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withServiceCatalogConfiguration(ServiceNowServiceCatalogConfiguration serviceCatalogConfiguration)
Provides configuration information for crawling service catalogs in the ServiceNow site.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withServiceNowBuildVersion(ServiceNowBuildVersionType serviceNowBuildVersion)
The identifier of the release that the ServiceNow host is running.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withServiceNowBuildVersion(String serviceNowBuildVersion)
The identifier of the release that the ServiceNow host is running.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceConfiguration.setServiceNowConfiguration(ServiceNowConfiguration serviceNowConfiguration)
Provides configuration for data sources that connect to ServiceNow instances.
|
DataSourceConfiguration |
DataSourceConfiguration.withServiceNowConfiguration(ServiceNowConfiguration serviceNowConfiguration)
Provides configuration for data sources that connect to ServiceNow instances.
|
Copyright © 2020. All rights reserved.