| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaInvokeOperation.Builder |
LambdaInvokeOperation.builder() |
LambdaInvokeOperation.Builder |
LambdaInvokeOperation.Builder.functionArn(String functionArn)
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in
the manifest.
|
LambdaInvokeOperation.Builder |
LambdaInvokeOperation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaInvokeOperation.Builder> |
LambdaInvokeOperation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JobOperation.Builder |
JobOperation.Builder.lambdaInvoke(Consumer<LambdaInvokeOperation.Builder> lambdaInvoke)
Directs the specified job to invoke an Lambda function on every object in the manifest.
|
Copyright © 2022. All rights reserved.