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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LambdaInvokeOperation.BuilderfunctionArn(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 Detail
-
functionArn
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.
- 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.
-
-