Interface LambdaEvaluatorConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LambdaEvaluatorConfig.Builder,,LambdaEvaluatorConfig> SdkBuilder<LambdaEvaluatorConfig.Builder,,LambdaEvaluatorConfig> SdkPojo
- Enclosing class:
LambdaEvaluatorConfig
@Mutable
@NotThreadSafe
public static interface LambdaEvaluatorConfig.Builder
extends SdkPojo, CopyableBuilder<LambdaEvaluatorConfig.Builder,LambdaEvaluatorConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Lambda function that implements the evaluation logic.lambdaTimeoutInSeconds(Integer lambdaTimeoutInSeconds) The timeout in seconds for the Lambda function invocation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
lambdaArn
The Amazon Resource Name (ARN) of the Lambda function that implements the evaluation logic.
- Parameters:
lambdaArn- The Amazon Resource Name (ARN) of the Lambda function that implements the evaluation logic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambdaTimeoutInSeconds
The timeout in seconds for the Lambda function invocation. Defaults to 60. Must be between 1 and 300.
- Parameters:
lambdaTimeoutInSeconds- The timeout in seconds for the Lambda function invocation. Defaults to 60. Must be between 1 and 300.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-