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