Class CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty>
- Enclosing interface:
CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty
@Stability(Stable)
public static final class CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.flowVersion(String flowVersion)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
flowVersion
@Stability(Stable) public CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty.Builder flowVersion(String flowVersion) Sets the value ofCfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty.getFlowVersion()- Parameters:
flowVersion- The version that the alias maps to.- Returns:
this
-
build
@Stability(Stable) public CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty>- Returns:
- a new instance of
CfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty - Throws:
NullPointerException- if any required attribute was not provided
-