@Stability(value=Stable) public static final class CfnKnowledgeBase.RenderingConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnKnowledgeBase.RenderingConfigurationProperty>
CfnKnowledgeBase.RenderingConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnKnowledgeBase.RenderingConfigurationProperty |
build()
Builds the configured instance.
|
CfnKnowledgeBase.RenderingConfigurationProperty.Builder |
templateUri(String templateUri)
Sets the value of
CfnKnowledgeBase.RenderingConfigurationProperty.getTemplateUri() |
@Stability(value=Stable) public CfnKnowledgeBase.RenderingConfigurationProperty.Builder templateUri(String templateUri)
CfnKnowledgeBase.RenderingConfigurationProperty.getTemplateUri()templateUri - A URI template containing exactly one variable in `${variableName}` format.
This can only be set for EXTERNAL knowledge bases. For Salesforce and ServiceNow, the variable must be one of the following:
Id , ArticleNumber , VersionNumber , Title , PublishStatus , or IsDeletednumber , short_description , sys_mod_count , workflow_state , or activeThe variable is replaced with the actual value for a piece of content when calling GetContent .
this@Stability(value=Stable) public CfnKnowledgeBase.RenderingConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnKnowledgeBase.RenderingConfigurationProperty>CfnKnowledgeBase.RenderingConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.