Class CfnKnowledgeBase.KnowledgeBaseConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnKnowledgeBase.KnowledgeBaseConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBase.KnowledgeBaseConfigurationProperty>
- Enclosing interface:
CfnKnowledgeBase.KnowledgeBaseConfigurationProperty
@Stability(Stable)
public static final class CfnKnowledgeBase.KnowledgeBaseConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBase.KnowledgeBaseConfigurationProperty>
A builder for
CfnKnowledgeBase.KnowledgeBaseConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.templateConfiguration(IResolvable templateConfiguration) templateConfiguration(CfnKnowledgeBase.KbTemplateConfigurationProperty templateConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
templateConfiguration
@Stability(Stable) public CfnKnowledgeBase.KnowledgeBaseConfigurationProperty.Builder templateConfiguration(IResolvable templateConfiguration) - Parameters:
templateConfiguration- the value to be set.- Returns:
this
-
templateConfiguration
@Stability(Stable) public CfnKnowledgeBase.KnowledgeBaseConfigurationProperty.Builder templateConfiguration(CfnKnowledgeBase.KbTemplateConfigurationProperty templateConfiguration) - Parameters:
templateConfiguration- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKnowledgeBase.KnowledgeBaseConfigurationProperty>- Returns:
- a new instance of
CfnKnowledgeBase.KnowledgeBaseConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-