Interface LambdaConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LambdaConfiguration.Builder,LambdaConfiguration>, SdkBuilder<LambdaConfiguration.Builder,LambdaConfiguration>, SdkPojo
Enclosing class:
LambdaConfiguration

public static interface LambdaConfiguration.Builder extends SdkPojo, CopyableBuilder<LambdaConfiguration.Builder,LambdaConfiguration>
  • Method Details

    • roleArn

      The ARN of an IAM role that has permission to invoke the Lambda function.

      Parameters:
      roleArn - The ARN of an IAM role that has permission to invoke the Lambda function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lambdaArn

      LambdaConfiguration.Builder lambdaArn(String lambdaArn)

      The ARN of the Lambda function.

      Parameters:
      lambdaArn - The ARN of the Lambda function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.