Uses of Interface
software.amazon.awssdk.services.s3control.model.LambdaInvokeOperation.Builder
-
Packages that use LambdaInvokeOperation.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of LambdaInvokeOperation.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return LambdaInvokeOperation.Builder Modifier and Type Method Description static LambdaInvokeOperation.BuilderLambdaInvokeOperation. builder()LambdaInvokeOperation.BuilderLambdaInvokeOperation.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.BuilderLambdaInvokeOperation.Builder. invocationSchemaVersion(String invocationSchemaVersion)Specifies the schema version for the payload that Batch Operations sends when invoking an Lambda function.LambdaInvokeOperation.BuilderLambdaInvokeOperation. toBuilder()LambdaInvokeOperation.BuilderLambdaInvokeOperation.Builder. userArguments(Map<String,String> userArguments)Key-value pairs that are passed in the payload that Batch Operations sends when invoking an Lambda function.Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type LambdaInvokeOperation.Builder Modifier and Type Method Description static Class<? extends LambdaInvokeOperation.Builder>LambdaInvokeOperation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type LambdaInvokeOperation.Builder Modifier and Type Method Description default JobOperation.BuilderJobOperation.Builder. lambdaInvoke(Consumer<LambdaInvokeOperation.Builder> lambdaInvoke)Directs the specified job to invoke an Lambda function on every object in the manifest.
-