Class CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wisdom.CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty>
- Enclosing interface:
CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty
@Stability(Stable)
public static final class CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.contentTagFilter(IResolvable contentTagFilter) contentTagFilter(CfnAIAgent.TagFilterProperty contentTagFilter) maxResults(Number maxResults) overrideKnowledgeBaseSearchType(String overrideKnowledgeBaseSearchType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
contentTagFilter
@Stability(Stable) public CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty.Builder contentTagFilter(IResolvable contentTagFilter) Sets the value ofCfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty.getContentTagFilter()- Parameters:
contentTagFilter- An object that can be used to specify Tag conditions.- Returns:
this
-
contentTagFilter
@Stability(Stable) public CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty.Builder contentTagFilter(CfnAIAgent.TagFilterProperty contentTagFilter) Sets the value ofCfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty.getContentTagFilter()- Parameters:
contentTagFilter- An object that can be used to specify Tag conditions.- Returns:
this
-
maxResults
@Stability(Stable) public CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty.Builder maxResults(Number maxResults) - Parameters:
maxResults- The maximum number of results to return per page.- Returns:
this
-
overrideKnowledgeBaseSearchType
@Stability(Stable) public CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty.Builder overrideKnowledgeBaseSearchType(String overrideKnowledgeBaseSearchType) Sets the value ofCfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty.getOverrideKnowledgeBaseSearchType()- Parameters:
overrideKnowledgeBaseSearchType- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty>- Returns:
- a new instance of
CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty - Throws:
NullPointerException- if any required attribute was not provided
-