public static interface ServiceNowConfiguration.Builder extends SdkPojo, CopyableBuilder<ServiceNowConfiguration.Builder,ServiceNowConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ServiceNowConfiguration.Builder |
hostUrl(String hostUrl)
The ServiceNow instance that the data source connects to.
|
default ServiceNowConfiguration.Builder |
knowledgeArticleConfiguration(Consumer<ServiceNowKnowledgeArticleConfiguration.Builder> knowledgeArticleConfiguration)
Provides configuration information for crawling knowledge articles in the ServiceNow site.
|
ServiceNowConfiguration.Builder |
knowledgeArticleConfiguration(ServiceNowKnowledgeArticleConfiguration knowledgeArticleConfiguration)
Provides configuration information for crawling knowledge articles in the ServiceNow site.
|
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 |
serviceCatalogConfiguration(Consumer<ServiceNowServiceCatalogConfiguration.Builder> serviceCatalogConfiguration)
Provides configuration information for crawling service catalogs in the ServiceNow site.
|
ServiceNowConfiguration.Builder |
serviceCatalogConfiguration(ServiceNowServiceCatalogConfiguration serviceCatalogConfiguration)
Provides configuration information for crawling service catalogs in the ServiceNow site.
|
ServiceNowConfiguration.Builder |
serviceNowBuildVersion(ServiceNowBuildVersionType serviceNowBuildVersion)
The identifier of the release that the ServiceNow host is running.
|
ServiceNowConfiguration.Builder |
serviceNowBuildVersion(String serviceNowBuildVersion)
The identifier of the release that the ServiceNow host is running.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceNowConfiguration.Builder hostUrl(String hostUrl)
The ServiceNow instance that the data source connects to. The host endpoint should look like the following:
{instance}.service-now.com.
hostUrl - The ServiceNow instance that the data source connects to. The host endpoint should look like the
following: {instance}.service-now.com.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.
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.Builder serviceNowBuildVersion(String serviceNowBuildVersion)
The identifier of the release that the ServiceNow host is running. If the host is not running the
LONDON release, use OTHERS.
serviceNowBuildVersion - The identifier of the release that the ServiceNow host is running. If the host is not running the
LONDON release, use OTHERS.ServiceNowBuildVersionType,
ServiceNowBuildVersionTypeServiceNowConfiguration.Builder serviceNowBuildVersion(ServiceNowBuildVersionType serviceNowBuildVersion)
The identifier of the release that the ServiceNow host is running. If the host is not running the
LONDON release, use OTHERS.
serviceNowBuildVersion - The identifier of the release that the ServiceNow host is running. If the host is not running the
LONDON release, use OTHERS.ServiceNowBuildVersionType,
ServiceNowBuildVersionTypeServiceNowConfiguration.Builder knowledgeArticleConfiguration(ServiceNowKnowledgeArticleConfiguration knowledgeArticleConfiguration)
Provides configuration information for crawling knowledge articles in the ServiceNow site.
knowledgeArticleConfiguration - Provides configuration information for crawling knowledge articles in the ServiceNow site.default ServiceNowConfiguration.Builder knowledgeArticleConfiguration(Consumer<ServiceNowKnowledgeArticleConfiguration.Builder> knowledgeArticleConfiguration)
Provides configuration information for crawling knowledge articles in the ServiceNow site.
This is a convenience that creates an instance of theServiceNowKnowledgeArticleConfiguration.Builder
avoiding the need to create one manually via ServiceNowKnowledgeArticleConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
knowledgeArticleConfiguration(ServiceNowKnowledgeArticleConfiguration).knowledgeArticleConfiguration - a consumer that will call methods on ServiceNowKnowledgeArticleConfiguration.BuilderknowledgeArticleConfiguration(ServiceNowKnowledgeArticleConfiguration)ServiceNowConfiguration.Builder serviceCatalogConfiguration(ServiceNowServiceCatalogConfiguration serviceCatalogConfiguration)
Provides configuration information for crawling service catalogs in the ServiceNow site.
serviceCatalogConfiguration - Provides configuration information for crawling service catalogs in the ServiceNow site.default ServiceNowConfiguration.Builder serviceCatalogConfiguration(Consumer<ServiceNowServiceCatalogConfiguration.Builder> serviceCatalogConfiguration)
Provides configuration information for crawling service catalogs in the ServiceNow site.
This is a convenience that creates an instance of theServiceNowServiceCatalogConfiguration.Builder
avoiding the need to create one manually via ServiceNowServiceCatalogConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
serviceCatalogConfiguration(ServiceNowServiceCatalogConfiguration).serviceCatalogConfiguration - a consumer that will call methods on ServiceNowServiceCatalogConfiguration.BuilderserviceCatalogConfiguration(ServiceNowServiceCatalogConfiguration)Copyright © 2020. All rights reserved.