Class CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty>
- Enclosing interface:
CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty
@Stability(Stable)
public static final class CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.kendraIndexArn(String kendraIndexArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kendraIndexArn
@Stability(Stable) public CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty.Builder kendraIndexArn(String kendraIndexArn) Sets the value ofCfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty.getKendraIndexArn()- Parameters:
kendraIndexArn- The ARN of the Amazon Kendra index.- Returns:
this
-
build
@Stability(Stable) public CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty>- Returns:
- a new instance of
CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-