Class CfnFlowVersionMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowVersionMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersionMixinProps>
- Enclosing interface:
CfnFlowVersionMixinProps
@Stability(Stable)
public static final class CfnFlowVersionMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersionMixinProps>
A builder for
CfnFlowVersionMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnFlowVersionMixinProps.getDescription()Sets the value ofCfnFlowVersionMixinProps.getFlowArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnFlowVersionMixinProps.getDescription()- Parameters:
description- The description of the flow version.- Returns:
this
-
flowArn
Sets the value ofCfnFlowVersionMixinProps.getFlowArn()- Parameters:
flowArn- The Amazon Resource Name (ARN) of the flow that the version belongs to.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowVersionMixinProps>- Returns:
- a new instance of
CfnFlowVersionMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-