| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsLambdaTransformation.Builder |
AwsLambdaTransformation.builder() |
AwsLambdaTransformation.Builder |
AwsLambdaTransformation.Builder.functionArn(String functionArn)
The Amazon Resource Name (ARN) of the AWS Lambda function.
|
AwsLambdaTransformation.Builder |
AwsLambdaTransformation.Builder.functionPayload(String functionPayload)
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
|
AwsLambdaTransformation.Builder |
AwsLambdaTransformation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsLambdaTransformation.Builder> |
AwsLambdaTransformation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ObjectLambdaContentTransformation.Builder |
ObjectLambdaContentTransformation.Builder.awsLambda(Consumer<AwsLambdaTransformation.Builder> awsLambda)
A container for an AWS Lambda function.
|
Copyright © 2021. All rights reserved.