@Stability(value=Stable) public static final class CfnKnowledgeBaseProps.Builder extends Object implements software.amazon.jsii.Builder<CfnKnowledgeBaseProps>
CfnKnowledgeBaseProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnKnowledgeBaseProps.Builder knowledgeBaseType(String knowledgeBaseType)
CfnKnowledgeBaseProps.getKnowledgeBaseType()knowledgeBaseType - The type of knowledge base. This parameter is required.
Only CUSTOM knowledge bases allow you to upload your own content. EXTERNAL knowledge bases support integrations with third-party systems whose content is synchronized automatically.this@Stability(value=Stable) public CfnKnowledgeBaseProps.Builder name(String name)
CfnKnowledgeBaseProps.getName()name - The name of the knowledge base. This parameter is required.this@Stability(value=Stable) public CfnKnowledgeBaseProps.Builder description(String description)
CfnKnowledgeBaseProps.getDescription()description - The description.this@Stability(value=Stable) public CfnKnowledgeBaseProps.Builder renderingConfiguration(CfnKnowledgeBase.RenderingConfigurationProperty renderingConfiguration)
CfnKnowledgeBaseProps.getRenderingConfiguration()renderingConfiguration - Information about how to render the content.this@Stability(value=Stable) public CfnKnowledgeBaseProps.Builder renderingConfiguration(IResolvable renderingConfiguration)
CfnKnowledgeBaseProps.getRenderingConfiguration()renderingConfiguration - Information about how to render the content.this@Stability(value=Stable) public CfnKnowledgeBaseProps.Builder serverSideEncryptionConfiguration(CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration)
CfnKnowledgeBaseProps.getServerSideEncryptionConfiguration()serverSideEncryptionConfiguration - The KMS key used for encryption.this@Stability(value=Stable) public CfnKnowledgeBaseProps.Builder serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
CfnKnowledgeBaseProps.getServerSideEncryptionConfiguration()serverSideEncryptionConfiguration - The KMS key used for encryption.this@Stability(value=Stable) public CfnKnowledgeBaseProps.Builder sourceConfiguration(CfnKnowledgeBase.SourceConfigurationProperty sourceConfiguration)
CfnKnowledgeBaseProps.getSourceConfiguration()sourceConfiguration - The source of the knowledge base content.
Only set this argument for EXTERNAL knowledge bases.this@Stability(value=Stable) public CfnKnowledgeBaseProps.Builder sourceConfiguration(IResolvable sourceConfiguration)
CfnKnowledgeBaseProps.getSourceConfiguration()sourceConfiguration - The source of the knowledge base content.
Only set this argument for EXTERNAL knowledge bases.this@Stability(value=Stable) public CfnKnowledgeBaseProps.Builder tags(List<? extends CfnTag> tags)
CfnKnowledgeBaseProps.getTags()tags - The tags used to organize, track, or control access for this resource.this@Stability(value=Stable) public CfnKnowledgeBaseProps build()
build in interface software.amazon.jsii.Builder<CfnKnowledgeBaseProps>CfnKnowledgeBasePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.