public static interface ServiceNowConfiguration.Builder extends SdkPojo, CopyableBuilder<ServiceNowConfiguration.Builder,ServiceNowConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ServiceNowConfiguration.Builder |
authenticationType(ServiceNowAuthenticationType authenticationType)
Determines the type of authentication used to connect to the ServiceNow instance.
|
ServiceNowConfiguration.Builder |
authenticationType(String authenticationType)
Determines 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)
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)ServiceNowConfiguration.Builder authenticationType(String authenticationType)
Determines 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 AWS
Secrets Manager secret in the SecretArn field. When you choose OAUTH2, Amazon
Kendra is authenticated using the OAuth token and secret provided in the Secrets Manager secret, and the user
name and password are used to determine which information Amazon Kendra has access to.
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 - Determines 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 AWS Secrets Manager secret in the SecretArn field. When you choose
OAUTH2, Amazon Kendra is authenticated using the OAuth token and secret provided in the
Secrets Manager secret, and the user name and password are used to determine which information Amazon
Kendra has access to.
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)
Determines 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 AWS
Secrets Manager secret in the SecretArn field. When you choose OAUTH2, Amazon
Kendra is authenticated using the OAuth token and secret provided in the Secrets Manager secret, and the user
name and password are used to determine which information Amazon Kendra has access to.
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 - Determines 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 AWS Secrets Manager secret in the SecretArn field. When you choose
OAUTH2, Amazon Kendra is authenticated using the OAuth token and secret provided in the
Secrets Manager secret, and the user name and password are used to determine which information Amazon
Kendra has access to.
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 © 2021. All rights reserved.