Class CfnFlowVersionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowVersionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersionPropsMixin>
- Enclosing class:
CfnFlowVersionPropsMixin
@Stability(Stable)
public static final class CfnFlowVersionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersionPropsMixin>
A fluent builder for
CfnFlowVersionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the flow version.The Amazon Resource Name (ARN) of the flow that the version belongs to.
-
Method Details
-
create
@Stability(Stable) public static CfnFlowVersionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnFlowVersionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnFlowVersionPropsMixin.Builder.
-
description
The description of the flow version.- Parameters:
description- The description of the flow version. This parameter is required.- Returns:
this- See Also:
-
flowArn
The Amazon Resource Name (ARN) of the flow that the version belongs to.- Parameters:
flowArn- The Amazon Resource Name (ARN) of the flow that the version belongs to. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowVersionPropsMixin>- Returns:
- a newly built instance of
CfnFlowVersionPropsMixin.
-