@Stability(value=Stable) public static final class CfnKnowledgeBase.AppIntegrationsConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnKnowledgeBase.AppIntegrationsConfigurationProperty>
CfnKnowledgeBase.AppIntegrationsConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnKnowledgeBase.AppIntegrationsConfigurationProperty.Builder |
appIntegrationArn(String appIntegrationArn)
|
CfnKnowledgeBase.AppIntegrationsConfigurationProperty |
build()
Builds the configured instance.
|
CfnKnowledgeBase.AppIntegrationsConfigurationProperty.Builder |
objectFields(List<String> objectFields)
Sets the value of
CfnKnowledgeBase.AppIntegrationsConfigurationProperty.getObjectFields() |
@Stability(value=Stable) public CfnKnowledgeBase.AppIntegrationsConfigurationProperty.Builder appIntegrationArn(String appIntegrationArn)
appIntegrationArn - The Amazon Resource Name (ARN) of the AppIntegrations DataIntegration to use for ingesting content. This parameter is required.this@Stability(value=Stable) public CfnKnowledgeBase.AppIntegrationsConfigurationProperty.Builder objectFields(List<String> objectFields)
CfnKnowledgeBase.AppIntegrationsConfigurationProperty.getObjectFields()objectFields - The fields from the source that are made available to your agents in Wisdom. This parameter is required.
Id , ArticleNumber , VersionNumber , Title , PublishStatus , and IsDeleted .number , short_description , sys_mod_count , workflow_state , and active .Make sure to include additional fields. These fields are indexed and used to source recommendations.
this@Stability(value=Stable) public CfnKnowledgeBase.AppIntegrationsConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnKnowledgeBase.AppIntegrationsConfigurationProperty>CfnKnowledgeBase.AppIntegrationsConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.