public static interface AwsLambdaTransformation.Builder extends SdkPojo, CopyableBuilder<AwsLambdaTransformation.Builder,AwsLambdaTransformation>
| Modifier and Type | Method and Description |
|---|---|
AwsLambdaTransformation.Builder |
functionArn(String functionArn)
The Amazon Resource Name (ARN) of the Lambda function.
|
AwsLambdaTransformation.Builder |
functionPayload(String functionPayload)
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsLambdaTransformation.Builder functionArn(String functionArn)
The Amazon Resource Name (ARN) of the Lambda function.
functionArn - The Amazon Resource Name (ARN) of the Lambda function.AwsLambdaTransformation.Builder functionPayload(String functionPayload)
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
functionPayload - Additional JSON that provides supplemental data to the Lambda function used to transform objects.Copyright © 2023. All rights reserved.