Class CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty>
- Enclosing interface:
CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty
@Stability(Stable)
public static final class CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty>
A builder for
CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbedrockAgentConfiguration(CfnBotPropsMixin.BedrockAgentConfigurationProperty bedrockAgentConfiguration) bedrockAgentConfiguration(IResolvable bedrockAgentConfiguration) bedrockAgentIntentKnowledgeBaseConfiguration(CfnBotPropsMixin.BedrockAgentIntentKnowledgeBaseConfigurationProperty bedrockAgentIntentKnowledgeBaseConfiguration) bedrockAgentIntentKnowledgeBaseConfiguration(IResolvable bedrockAgentIntentKnowledgeBaseConfiguration) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bedrockAgentConfiguration
@Stability(Stable) public CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty.Builder bedrockAgentConfiguration(IResolvable bedrockAgentConfiguration) Sets the value ofCfnBotPropsMixin.BedrockAgentIntentConfigurationProperty.getBedrockAgentConfiguration()- Parameters:
bedrockAgentConfiguration- the value to be set.- Returns:
this
-
bedrockAgentConfiguration
@Stability(Stable) public CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty.Builder bedrockAgentConfiguration(CfnBotPropsMixin.BedrockAgentConfigurationProperty bedrockAgentConfiguration) Sets the value ofCfnBotPropsMixin.BedrockAgentIntentConfigurationProperty.getBedrockAgentConfiguration()- Parameters:
bedrockAgentConfiguration- the value to be set.- Returns:
this
-
bedrockAgentIntentKnowledgeBaseConfiguration
@Stability(Stable) public CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty.Builder bedrockAgentIntentKnowledgeBaseConfiguration(IResolvable bedrockAgentIntentKnowledgeBaseConfiguration) Sets the value ofCfnBotPropsMixin.BedrockAgentIntentConfigurationProperty.getBedrockAgentIntentKnowledgeBaseConfiguration()- Parameters:
bedrockAgentIntentKnowledgeBaseConfiguration- the value to be set.- Returns:
this
-
bedrockAgentIntentKnowledgeBaseConfiguration
@Stability(Stable) public CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty.Builder bedrockAgentIntentKnowledgeBaseConfiguration(CfnBotPropsMixin.BedrockAgentIntentKnowledgeBaseConfigurationProperty bedrockAgentIntentKnowledgeBaseConfiguration) Sets the value ofCfnBotPropsMixin.BedrockAgentIntentConfigurationProperty.getBedrockAgentIntentKnowledgeBaseConfiguration()- Parameters:
bedrockAgentIntentKnowledgeBaseConfiguration- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty>- Returns:
- a new instance of
CfnBotPropsMixin.BedrockAgentIntentConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-