Interface LambdaInvokeOperation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LambdaInvokeOperation.Builder,
,LambdaInvokeOperation> SdkBuilder<LambdaInvokeOperation.Builder,
,LambdaInvokeOperation> SdkPojo
- Enclosing class:
LambdaInvokeOperation
public static interface LambdaInvokeOperation.Builder
extends SdkPojo, CopyableBuilder<LambdaInvokeOperation.Builder,LambdaInvokeOperation>
-
Method Summary
Modifier and TypeMethodDescriptionfunctionArn
(String functionArn) The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.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 Details
-
functionArn
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.
- Parameters:
functionArn
- The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-