@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaFunctionFlowNodeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains configurations for a Lambda function node in the flow. You specify the Lambda function to invoke and the inputs into the function. The output is the response that is defined in the Lambda function. For more information, see Node types in Amazon Bedrock works in the Amazon Bedrock User Guide.
Constructor and Description |
---|
LambdaFunctionFlowNodeConfiguration() |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionFlowNodeConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getLambdaArn()
The Amazon Resource Name (ARN) of the Lambda function to invoke.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda function to invoke.
|
String |
toString()
Returns a string representation of this object.
|
LambdaFunctionFlowNodeConfiguration |
withLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda function to invoke.
|
public void setLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda function to invoke.
lambdaArn
- The Amazon Resource Name (ARN) of the Lambda function to invoke.public String getLambdaArn()
The Amazon Resource Name (ARN) of the Lambda function to invoke.
public LambdaFunctionFlowNodeConfiguration withLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda function to invoke.
lambdaArn
- The Amazon Resource Name (ARN) of the Lambda function to invoke.public String toString()
toString
in class Object
Object.toString()
public LambdaFunctionFlowNodeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.