Class CfnFlowAliasMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowAliasMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowAliasMixinProps>
- Enclosing interface:
CfnFlowAliasMixinProps
@Stability(Stable)
public static final class CfnFlowAliasMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowAliasMixinProps>
A builder for
CfnFlowAliasMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.concurrencyConfiguration(CfnFlowAliasPropsMixin.FlowAliasConcurrencyConfigurationProperty concurrencyConfiguration) Sets the value ofCfnFlowAliasMixinProps.getConcurrencyConfiguration()concurrencyConfiguration(IResolvable concurrencyConfiguration) Sets the value ofCfnFlowAliasMixinProps.getConcurrencyConfiguration()description(String description) Sets the value ofCfnFlowAliasMixinProps.getDescription()Sets the value ofCfnFlowAliasMixinProps.getFlowArn()Sets the value ofCfnFlowAliasMixinProps.getName()routingConfiguration(List<? extends Object> routingConfiguration) Sets the value ofCfnFlowAliasMixinProps.getRoutingConfiguration()routingConfiguration(IResolvable routingConfiguration) Sets the value ofCfnFlowAliasMixinProps.getRoutingConfiguration()Sets the value ofCfnFlowAliasMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
concurrencyConfiguration
@Stability(Stable) public CfnFlowAliasMixinProps.Builder concurrencyConfiguration(IResolvable concurrencyConfiguration) Sets the value ofCfnFlowAliasMixinProps.getConcurrencyConfiguration()- Parameters:
concurrencyConfiguration- The configuration that specifies how nodes in the flow are executed concurrently.- Returns:
this
-
concurrencyConfiguration
@Stability(Stable) public CfnFlowAliasMixinProps.Builder concurrencyConfiguration(CfnFlowAliasPropsMixin.FlowAliasConcurrencyConfigurationProperty concurrencyConfiguration) Sets the value ofCfnFlowAliasMixinProps.getConcurrencyConfiguration()- Parameters:
concurrencyConfiguration- The configuration that specifies how nodes in the flow are executed concurrently.- Returns:
this
-
description
Sets the value ofCfnFlowAliasMixinProps.getDescription()- Parameters:
description- A description of the alias.- Returns:
this
-
flowArn
Sets the value ofCfnFlowAliasMixinProps.getFlowArn()- Parameters:
flowArn- The Amazon Resource Name (ARN) of the alias.- Returns:
this
-
name
Sets the value ofCfnFlowAliasMixinProps.getName()- Parameters:
name- The name of the alias.- Returns:
this
-
routingConfiguration
@Stability(Stable) public CfnFlowAliasMixinProps.Builder routingConfiguration(IResolvable routingConfiguration) Sets the value ofCfnFlowAliasMixinProps.getRoutingConfiguration()- Parameters:
routingConfiguration- A list of configurations about the versions that the alias maps to. Currently, you can only specify one.- Returns:
this
-
routingConfiguration
@Stability(Stable) public CfnFlowAliasMixinProps.Builder routingConfiguration(List<? extends Object> routingConfiguration) Sets the value ofCfnFlowAliasMixinProps.getRoutingConfiguration()- Parameters:
routingConfiguration- A list of configurations about the versions that the alias maps to. Currently, you can only specify one.- Returns:
this
-
tags
Sets the value ofCfnFlowAliasMixinProps.getTags()- Parameters:
tags- Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowAliasMixinProps>- Returns:
- a new instance of
CfnFlowAliasMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-