Class CfnFlowVersion.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnFlowVersion.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersion>
- Enclosing class:
CfnFlowVersion
@Stability(Stable)
public static final class CfnFlowVersion.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersion>
A fluent builder for
CfnFlowVersion
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnFlowVersion.Builder
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 CfnFlowVersion.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
CfnFlowVersion.Builder
.
-
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:
-
description
The description of the flow version.- Parameters:
description
- The description of the flow version. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnFlowVersion>
- Returns:
- a newly built instance of
CfnFlowVersion
.
-