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