Class CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty>
- Enclosing interface:
CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty
@Stability(Stable)
public static final class CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fieldMapping(IResolvable fieldMapping)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldMapping
@Stability(Stable) public CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty.Builder fieldMapping(IResolvable fieldMapping) Sets the value ofCfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty.getFieldMapping()- Parameters:
fieldMapping- Contains the names of the fields to which to map information about the vector store.- Returns:
this
-
fieldMapping
@Stability(Stable) public CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty.Builder fieldMapping(CfnKnowledgeBasePropsMixin.NeptuneAnalyticsFieldMappingProperty fieldMapping) Sets the value ofCfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty.getFieldMapping()- Parameters:
fieldMapping- Contains the names of the fields to which to map information about the vector store.- Returns:
this
-
graphArn
@Stability(Stable) public CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty.Builder graphArn(String graphArn) - Parameters:
graphArn- The Amazon Resource Name (ARN) of the Neptune Analytics vector store.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty>- Returns:
- a new instance of
CfnKnowledgeBasePropsMixin.NeptuneAnalyticsConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-