Class LambdaFunctionFlowNodeConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.LambdaFunctionFlowNodeConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LambdaFunctionFlowNodeConfiguration.Builder,LambdaFunctionFlowNodeConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class LambdaFunctionFlowNodeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LambdaFunctionFlowNodeConfiguration.Builder,LambdaFunctionFlowNodeConfiguration>
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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLambdaFunctionFlowNodeConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LambdaFunctionFlowNodeConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlambdaArn()The Amazon Resource Name (ARN) of the Lambda function to invoke.List<SdkField<?>>sdkFields()static Class<? extends LambdaFunctionFlowNodeConfiguration.Builder>serializableBuilderClass()LambdaFunctionFlowNodeConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
lambdaArn
public final String lambdaArn()
The Amazon Resource Name (ARN) of the Lambda function to invoke.
- Returns:
- The Amazon Resource Name (ARN) of the Lambda function to invoke.
-
toBuilder
public LambdaFunctionFlowNodeConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LambdaFunctionFlowNodeConfiguration.Builder,LambdaFunctionFlowNodeConfiguration>
-
builder
public static LambdaFunctionFlowNodeConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends LambdaFunctionFlowNodeConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-