Class CfnAssistantAssociationPropsMixin.AssociationDataProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAssistantAssociationPropsMixin.AssociationDataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssistantAssociationPropsMixin.AssociationDataProperty>
- Enclosing interface:
CfnAssistantAssociationPropsMixin.AssociationDataProperty
@Stability(Stable)
public static final class CfnAssistantAssociationPropsMixin.AssociationDataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssistantAssociationPropsMixin.AssociationDataProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.externalBedrockKnowledgeBaseConfig(CfnAssistantAssociationPropsMixin.ExternalBedrockKnowledgeBaseConfigProperty externalBedrockKnowledgeBaseConfig) externalBedrockKnowledgeBaseConfig(IResolvable externalBedrockKnowledgeBaseConfig) knowledgeBaseId(String knowledgeBaseId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
externalBedrockKnowledgeBaseConfig
@Stability(Stable) public CfnAssistantAssociationPropsMixin.AssociationDataProperty.Builder externalBedrockKnowledgeBaseConfig(IResolvable externalBedrockKnowledgeBaseConfig) Sets the value ofCfnAssistantAssociationPropsMixin.AssociationDataProperty.getExternalBedrockKnowledgeBaseConfig()- Parameters:
externalBedrockKnowledgeBaseConfig- the value to be set.- Returns:
this
-
externalBedrockKnowledgeBaseConfig
@Stability(Stable) public CfnAssistantAssociationPropsMixin.AssociationDataProperty.Builder externalBedrockKnowledgeBaseConfig(CfnAssistantAssociationPropsMixin.ExternalBedrockKnowledgeBaseConfigProperty externalBedrockKnowledgeBaseConfig) Sets the value ofCfnAssistantAssociationPropsMixin.AssociationDataProperty.getExternalBedrockKnowledgeBaseConfig()- Parameters:
externalBedrockKnowledgeBaseConfig- the value to be set.- Returns:
this
-
knowledgeBaseId
@Stability(Stable) public CfnAssistantAssociationPropsMixin.AssociationDataProperty.Builder knowledgeBaseId(String knowledgeBaseId) - Parameters:
knowledgeBaseId- The identifier of the knowledge base.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAssistantAssociationPropsMixin.AssociationDataProperty>- Returns:
- a new instance of
CfnAssistantAssociationPropsMixin.AssociationDataProperty - Throws:
NullPointerException- if any required attribute was not provided
-