Interface AwsLambdaTransformation.Builder

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

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

    • 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.