Class CfnFlow.FlowNodeInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnFlow.FlowNodeInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.FlowNodeInputProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.FlowNodeInputProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.FlowNodeInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.FlowNodeInputProperty
An implementation for
CfnFlow.FlowNodeInputProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnFlow.FlowNodeInputProperty
CfnFlow.FlowNodeInputProperty.Builder, CfnFlow.FlowNodeInputProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlow.FlowNodeInputProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Specifies how input data flows between iterations in a DoWhile loop.final String
An expression that formats the input for the node.final String
getName()
Specifies a name for the input that you can reference.final String
getType()
Specifies the data type of the input.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFlow.FlowNodeInputProperty.Builder
.
-
-
Method Details
-
getExpression
Description copied from interface:CfnFlow.FlowNodeInputProperty
An expression that formats the input for the node.For an explanation of how to create expressions, see Expressions in Prompt flows in Amazon Bedrock .
- Specified by:
getExpression
in interfaceCfnFlow.FlowNodeInputProperty
- See Also:
-
getName
Description copied from interface:CfnFlow.FlowNodeInputProperty
Specifies a name for the input that you can reference.- Specified by:
getName
in interfaceCfnFlow.FlowNodeInputProperty
- See Also:
-
getType
Description copied from interface:CfnFlow.FlowNodeInputProperty
Specifies the data type of the input.If the input doesn't match this type at runtime, a validation error will be thrown.
- Specified by:
getType
in interfaceCfnFlow.FlowNodeInputProperty
- See Also:
-
getCategory
Description copied from interface:CfnFlow.FlowNodeInputProperty
Specifies how input data flows between iterations in a DoWhile loop.LoopCondition
- Controls whether the loop continues by evaluating condition expressions against the input data. Use this category to define the condition that determines if the loop should continue.ReturnValueToLoopStart
- Defines data to pass back to the start of the loop's next iteration. Use this category for variables that you want to update for each loop iteration.ExitLoop
- Defines the value that's available once the loop ends. Use this category to expose loop results to nodes outside the loop.
- Specified by:
getCategory
in interfaceCfnFlow.FlowNodeInputProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-