ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.authenticationType(String authenticationType) |
The type of authentication used to connect to the ServiceNow instance.
|
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.authenticationType(ServiceNowAuthenticationType authenticationType) |
The type of authentication used to connect to the ServiceNow instance.
|
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) |
Configuration information for crawling knowledge articles in the ServiceNow site.
|
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.knowledgeArticleConfiguration(ServiceNowKnowledgeArticleConfiguration knowledgeArticleConfiguration) |
Configuration information for crawling knowledge articles in the ServiceNow site.
|
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.secretArn(String secretArn) |
The Amazon Resource Name (ARN) of the Secrets 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) |
Configuration information for crawling service catalogs in the ServiceNow site.
|
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.serviceCatalogConfiguration(ServiceNowServiceCatalogConfiguration serviceCatalogConfiguration) |
Configuration information for crawling service catalogs in the ServiceNow site.
|
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.serviceNowBuildVersion(String serviceNowBuildVersion) |
The identifier of the release that the ServiceNow host is running.
|
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.serviceNowBuildVersion(ServiceNowBuildVersionType serviceNowBuildVersion) |
The identifier of the release that the ServiceNow host is running.
|
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.toBuilder() |
|