Class CfnFlowVersionPropsMixin.FlowNodeOutputProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnFlowVersionPropsMixin.FlowNodeOutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.FlowNodeOutputProperty>
- Enclosing interface:
CfnFlowVersionPropsMixin.FlowNodeOutputProperty
@Stability(Stable)
public static final class CfnFlowVersionPropsMixin.FlowNodeOutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.FlowNodeOutputProperty>
A builder for
CfnFlowVersionPropsMixin.FlowNodeOutputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFlowVersionPropsMixin.FlowNodeOutputProperty.getName()Sets the value ofCfnFlowVersionPropsMixin.FlowNodeOutputProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnFlowVersionPropsMixin.FlowNodeOutputProperty.getName()- Parameters:
name- A name for the output that you can reference.- Returns:
this
-
type
Sets the value ofCfnFlowVersionPropsMixin.FlowNodeOutputProperty.getType()- Parameters:
type- The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowVersionPropsMixin.FlowNodeOutputProperty>- Returns:
- a new instance of
CfnFlowVersionPropsMixin.FlowNodeOutputProperty - Throws:
NullPointerException- if any required attribute was not provided
-