Interface AwsLambdaTransformation.Builder

    • Method Detail

      • functionArn

        AwsLambdaTransformation.Builder functionArn​(String functionArn)

        The Amazon Resource Name (ARN) of the Lambda function.

        Parameters:
        functionArn - The Amazon Resource Name (ARN) of the Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • functionPayload

        AwsLambdaTransformation.Builder functionPayload​(String functionPayload)

        Additional JSON that provides supplemental data to the Lambda function used to transform objects.

        Parameters:
        functionPayload - Additional JSON that provides supplemental data to the Lambda function used to transform objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.