| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceNowConfiguration.Builder |
ServiceNowConfiguration.builder() |
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.hostUrl(String hostUrl)
The ServiceNow instance that the data source connects to.
|
default ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.knowledgeArticleConfiguration(Consumer<ServiceNowKnowledgeArticleConfiguration.Builder> knowledgeArticleConfiguration)
Provides configuration information for crawling knowledge articles in the ServiceNow site.
|
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.knowledgeArticleConfiguration(ServiceNowKnowledgeArticleConfiguration knowledgeArticleConfiguration)
Provides configuration information for crawling knowledge articles in the ServiceNow site.
|
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.secretArn(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.
|
default ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.serviceCatalogConfiguration(Consumer<ServiceNowServiceCatalogConfiguration.Builder> serviceCatalogConfiguration)
Provides configuration information for crawling service catalogs in the ServiceNow site.
|
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.serviceCatalogConfiguration(ServiceNowServiceCatalogConfiguration serviceCatalogConfiguration)
Provides configuration information for crawling service catalogs in the ServiceNow site.
|
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.serviceNowBuildVersion(ServiceNowBuildVersionType serviceNowBuildVersion)
The identifier of the release that the ServiceNow host is running.
|
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.serviceNowBuildVersion(String serviceNowBuildVersion)
The identifier of the release that the ServiceNow host is running.
|
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ServiceNowConfiguration.Builder> |
ServiceNowConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DataSourceConfiguration.Builder |
DataSourceConfiguration.Builder.serviceNowConfiguration(Consumer<ServiceNowConfiguration.Builder> serviceNowConfiguration)
Provides configuration for data sources that connect to ServiceNow instances.
|
Copyright © 2020. All rights reserved.