Interface LambdaInvokeOperation.Builder

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

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

    • functionArn

      LambdaInvokeOperation.Builder functionArn(String functionArn)

      The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.

      Parameters:
      functionArn - The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.