Class CfnKnowledgeBase.SourceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wisdom.CfnKnowledgeBase.SourceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBase.SourceConfigurationProperty>
- Enclosing interface:
- CfnKnowledgeBase.SourceConfigurationProperty
@Stability(Stable)
public static final class CfnKnowledgeBase.SourceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBase.SourceConfigurationProperty>
A builder for
CfnKnowledgeBase.SourceConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappIntegrations(IResolvable appIntegrations) Sets the value ofCfnKnowledgeBase.SourceConfigurationProperty.getAppIntegrations()appIntegrations(CfnKnowledgeBase.AppIntegrationsConfigurationProperty appIntegrations) Sets the value ofCfnKnowledgeBase.SourceConfigurationProperty.getAppIntegrations()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appIntegrations
@Stability(Stable) public CfnKnowledgeBase.SourceConfigurationProperty.Builder appIntegrations(IResolvable appIntegrations) Sets the value ofCfnKnowledgeBase.SourceConfigurationProperty.getAppIntegrations()- Parameters:
appIntegrations- Configuration information for Amazon AppIntegrations to automatically ingest content. This parameter is required.- Returns:
this
-
appIntegrations
@Stability(Stable) public CfnKnowledgeBase.SourceConfigurationProperty.Builder appIntegrations(CfnKnowledgeBase.AppIntegrationsConfigurationProperty appIntegrations) Sets the value ofCfnKnowledgeBase.SourceConfigurationProperty.getAppIntegrations()- Parameters:
appIntegrations- Configuration information for Amazon AppIntegrations to automatically ingest content. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKnowledgeBase.SourceConfigurationProperty>- Returns:
- a new instance of
CfnKnowledgeBase.SourceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-