@Stability(value=Stable)
public static interface CfnKnowledgeBase.RenderingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.wisdom.*;
RenderingConfigurationProperty renderingConfigurationProperty = RenderingConfigurationProperty.builder()
.templateUri("templateUri")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnKnowledgeBase.RenderingConfigurationProperty.Builder
A builder for
CfnKnowledgeBase.RenderingConfigurationProperty |
static class |
CfnKnowledgeBase.RenderingConfigurationProperty.Jsii$Proxy
An implementation for
CfnKnowledgeBase.RenderingConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnKnowledgeBase.RenderingConfigurationProperty.Builder |
builder() |
default String |
getTemplateUri()
`CfnKnowledgeBase.RenderingConfigurationProperty.TemplateUri`.
|
@Stability(value=Stable) @Nullable default String getTemplateUri()
@Stability(value=Stable) static CfnKnowledgeBase.RenderingConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.