Uses of Interface
software.amazon.awssdk.services.s3.model.LambdaFunctionConfiguration.Builder
Packages that use LambdaFunctionConfiguration.Builder
-
Uses of LambdaFunctionConfiguration.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return LambdaFunctionConfiguration.BuilderModifier and TypeMethodDescriptionLambdaFunctionConfiguration.builder()LambdaFunctionConfiguration.Builder.events(Collection<Event> events) The Amazon S3 bucket event for which to invoke the Lambda function.The Amazon S3 bucket event for which to invoke the Lambda function.LambdaFunctionConfiguration.Builder.eventsWithStrings(String... events) The Amazon S3 bucket event for which to invoke the Lambda function.LambdaFunctionConfiguration.Builder.eventsWithStrings(Collection<String> events) The Amazon S3 bucket event for which to invoke the Lambda function.LambdaFunctionConfiguration.Builder.filter(Consumer<NotificationConfigurationFilter.Builder> filter) Sets the value of the Filter property for this object.LambdaFunctionConfiguration.Builder.filter(NotificationConfigurationFilter filter) Sets the value of the Filter property for this object.Sets the value of the Id property for this object.LambdaFunctionConfiguration.Builder.lambdaFunctionArn(String lambdaFunctionArn) The Amazon Resource Name (ARN) of the Lambda function that Amazon S3 invokes when the specified event type occurs.LambdaFunctionConfiguration.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type LambdaFunctionConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LambdaFunctionConfiguration.Builder>LambdaFunctionConfiguration.serializableBuilderClass()