Class CfnFlowAlias.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnFlowAlias.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowAlias>
- Enclosing class:
CfnFlowAlias
@Stability(Stable)
public static final class CfnFlowAlias.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowAlias>
A fluent builder for
CfnFlowAlias.-
Method Summary
Modifier and TypeMethodDescriptionbuild()concurrencyConfiguration(IResolvable concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed concurrently.concurrencyConfiguration(CfnFlowAlias.FlowAliasConcurrencyConfigurationProperty concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed concurrently.static CfnFlowAlias.Builderdescription(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 CfnFlowAlias.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnFlowAlias.Builder.
-
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 CfnFlowAlias.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 CfnFlowAlias.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:
-
concurrencyConfiguration
@Stability(Stable) public CfnFlowAlias.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 CfnFlowAlias.Builder concurrencyConfiguration(CfnFlowAlias.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:
-
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<CfnFlowAlias>- Returns:
- a newly built instance of
CfnFlowAlias.
-