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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsLambdaTransformation.BuilderfunctionArn(String functionArn)The Amazon Resource Name (ARN) of the Lambda function.AwsLambdaTransformation.BuilderfunctionPayload(String functionPayload)Additional JSON that provides supplemental data to the Lambda function used to transform objects.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-