public static interface ServiceNowConfiguration.Builder extends SdkPojo, CopyableBuilder<ServiceNowConfiguration.Builder,ServiceNowConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ServiceNowConfiguration.Builder |
authenticationType(ServiceNowAuthenticationType authenticationType)
The type of authentication used to connect to the ServiceNow instance.
|
ServiceNowConfiguration.Builder |
authenticationType(String authenticationType)
The type of authentication used to connect to the ServiceNow instance.
|
ServiceNowConfiguration.Builder |
hostUrl(String hostUrl)
The ServiceNow instance that the data source connects to.
|
default ServiceNowConfiguration.Builder |
knowledgeArticleConfiguration(Consumer<ServiceNowKnowledgeArticleConfiguration.Builder> knowledgeArticleConfiguration)
Configuration information for crawling knowledge articles in the ServiceNow site.
|
ServiceNowConfiguration.Builder |
knowledgeArticleConfiguration(ServiceNowKnowledgeArticleConfiguration knowledgeArticleConfiguration)
Configuration information for crawling knowledge articles in the ServiceNow site.
|
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 |
serviceCatalogConfiguration(Consumer<ServiceNowServiceCatalogConfiguration.Builder> serviceCatalogConfiguration)
Configuration information for crawling service catalogs in the ServiceNow site.
|
ServiceNowConfiguration.Builder |
serviceCatalogConfiguration(ServiceNowServiceCatalogConfiguration serviceCatalogConfiguration)
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 Secrets Manager secret that contains the user name and password required to connect to the ServiceNow instance. You can also provide OAuth authentication credentials of user name, password, client ID, and client secret. For more information, see Using a ServiceNow data source.
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. You can also provide OAuth authentication credentials
of user name, password, client ID, and client secret. For more information, see Using a ServiceNow
data source.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)
Configuration information for crawling knowledge articles in the ServiceNow site.
knowledgeArticleConfiguration - Configuration information for crawling knowledge articles in the ServiceNow site.default ServiceNowConfiguration.Builder knowledgeArticleConfiguration(Consumer<ServiceNowKnowledgeArticleConfiguration.Builder> knowledgeArticleConfiguration)
Configuration information for crawling knowledge articles in the ServiceNow site.
This is a convenience method 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)
Configuration information for crawling service catalogs in the ServiceNow site.
serviceCatalogConfiguration - Configuration information for crawling service catalogs in the ServiceNow site.default ServiceNowConfiguration.Builder serviceCatalogConfiguration(Consumer<ServiceNowServiceCatalogConfiguration.Builder> serviceCatalogConfiguration)
Configuration information for crawling service catalogs in the ServiceNow site.
This is a convenience method 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)ServiceNowConfiguration.Builder authenticationType(String authenticationType)
The type of authentication used to connect to the ServiceNow instance. If you choose HTTP_BASIC,
Amazon Kendra is authenticated using the user name and password provided in the Secrets Manager secret in the
SecretArn field. If you choose OAUTH2, Amazon Kendra is authenticated using the
credentials of client ID, client secret, user name and password.
When you use OAUTH2 authentication, you must generate a token and a client secret using the
ServiceNow console. For more information, see Using a ServiceNow data
source.
authenticationType - The type of authentication used to connect to the ServiceNow instance. If you choose
HTTP_BASIC, Amazon Kendra is authenticated using the user name and password provided in
the Secrets Manager secret in the SecretArn field. If you choose OAUTH2,
Amazon Kendra is authenticated using the credentials of client ID, client secret, user name and
password.
When you use OAUTH2 authentication, you must generate a token and a client secret using
the ServiceNow console. For more information, see Using a ServiceNow
data source.
ServiceNowAuthenticationType,
ServiceNowAuthenticationTypeServiceNowConfiguration.Builder authenticationType(ServiceNowAuthenticationType authenticationType)
The type of authentication used to connect to the ServiceNow instance. If you choose HTTP_BASIC,
Amazon Kendra is authenticated using the user name and password provided in the Secrets Manager secret in the
SecretArn field. If you choose OAUTH2, Amazon Kendra is authenticated using the
credentials of client ID, client secret, user name and password.
When you use OAUTH2 authentication, you must generate a token and a client secret using the
ServiceNow console. For more information, see Using a ServiceNow data
source.
authenticationType - The type of authentication used to connect to the ServiceNow instance. If you choose
HTTP_BASIC, Amazon Kendra is authenticated using the user name and password provided in
the Secrets Manager secret in the SecretArn field. If you choose OAUTH2,
Amazon Kendra is authenticated using the credentials of client ID, client secret, user name and
password.
When you use OAUTH2 authentication, you must generate a token and a client secret using
the ServiceNow console. For more information, see Using a ServiceNow
data source.
ServiceNowAuthenticationType,
ServiceNowAuthenticationTypeCopyright © 2023. All rights reserved.