Class CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty>
- Enclosing interface:
CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty
@Stability(Stable)
public static final class CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentVersion(String agentVersion) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
agentVersion
@Stability(Stable) public CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty.Builder agentVersion(String agentVersion) Sets the value ofCfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty.getAgentVersion()- Parameters:
agentVersion- The version of the agent with which the alias is associated.- Returns:
this
-
build
@Stability(Stable) public CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty>- Returns:
- a new instance of
CfnAgentAliasPropsMixin.AgentAliasRoutingConfigurationListItemProperty - Throws:
NullPointerException- if any required attribute was not provided
-