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