Class CfnFlowAliasPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowAliasPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowAliasPropsMixin>
- Enclosing class:
CfnFlowAliasPropsMixin
@Stability(Stable)
public static final class CfnFlowAliasPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowAliasPropsMixin>
A fluent builder for
CfnFlowAliasPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()concurrencyConfiguration(CfnFlowAliasPropsMixin.FlowAliasConcurrencyConfigurationProperty concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed concurrently.concurrencyConfiguration(IResolvable concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed concurrently.create()create(CfnPropertyMixinOptions options) description(String description) A description of the alias.The Amazon Resource Name (ARN) of the alias.The name of the alias.routingConfiguration(List<? extends Object> routingConfiguration) A list of configurations about the versions that the alias maps to.routingConfiguration(IResolvable routingConfiguration) A list of configurations about the versions that the alias maps to.Metadata that you can assign to a resource as key-value pairs.
-
Method Details
-
create
@Stability(Stable) public static CfnFlowAliasPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnFlowAliasPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnFlowAliasPropsMixin.Builder.
-
concurrencyConfiguration
@Stability(Stable) public CfnFlowAliasPropsMixin.Builder concurrencyConfiguration(IResolvable concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed concurrently.- Parameters:
concurrencyConfiguration- The configuration that specifies how nodes in the flow are executed concurrently. This parameter is required.- Returns:
this- See Also:
-
concurrencyConfiguration
@Stability(Stable) public CfnFlowAliasPropsMixin.Builder concurrencyConfiguration(CfnFlowAliasPropsMixin.FlowAliasConcurrencyConfigurationProperty concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed concurrently.- Parameters:
concurrencyConfiguration- The configuration that specifies how nodes in the flow are executed concurrently. This parameter is required.- Returns:
this- See Also:
-
description
A description of the alias.- Parameters:
description- A description of the alias. This parameter is required.- Returns:
this- See Also:
-
flowArn
The Amazon Resource Name (ARN) of the alias.- Parameters:
flowArn- The Amazon Resource Name (ARN) of the alias. This parameter is required.- Returns:
this- See Also:
-
name
The name of the alias.- Parameters:
name- The name of the alias. This parameter is required.- Returns:
this- See Also:
-
routingConfiguration
@Stability(Stable) public CfnFlowAliasPropsMixin.Builder routingConfiguration(IResolvable routingConfiguration) A list of configurations about the versions that the alias maps to.Currently, you can only specify one.
- Parameters:
routingConfiguration- A list of configurations about the versions that the alias maps to. This parameter is required.- Returns:
this- See Also:
-
routingConfiguration
@Stability(Stable) public CfnFlowAliasPropsMixin.Builder routingConfiguration(List<? extends Object> routingConfiguration) A list of configurations about the versions that the alias maps to.Currently, you can only specify one.
- Parameters:
routingConfiguration- A list of configurations about the versions that the alias maps to. This parameter is required.- Returns:
this- See Also:
-
tags
Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:.- Parameters:
tags- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowAliasPropsMixin>- Returns:
- a newly built instance of
CfnFlowAliasPropsMixin.
-