Uses of Interface
software.amazon.awssdk.services.s3.model.NotificationConfiguration.Builder
Packages that use NotificationConfiguration.Builder
-
Uses of NotificationConfiguration.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return NotificationConfiguration.BuilderModifier and TypeMethodDescriptionNotificationConfiguration.builder()NotificationConfiguration.Builder.eventBridgeConfiguration(Consumer<EventBridgeConfiguration.Builder> eventBridgeConfiguration) Enables delivery of events to Amazon EventBridge.NotificationConfiguration.Builder.eventBridgeConfiguration(EventBridgeConfiguration eventBridgeConfiguration) Enables delivery of events to Amazon EventBridge.NotificationConfiguration.Builder.lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration> lambdaFunctionConfigurations) Describes the Lambda functions to invoke and the events for which to invoke them.NotificationConfiguration.Builder.lambdaFunctionConfigurations(Consumer<LambdaFunctionConfiguration.Builder>... lambdaFunctionConfigurations) Describes the Lambda functions to invoke and the events for which to invoke them.NotificationConfiguration.Builder.lambdaFunctionConfigurations(LambdaFunctionConfiguration... lambdaFunctionConfigurations) Describes the Lambda functions to invoke and the events for which to invoke them.NotificationConfiguration.Builder.queueConfigurations(Collection<QueueConfiguration> queueConfigurations) The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.NotificationConfiguration.Builder.queueConfigurations(Consumer<QueueConfiguration.Builder>... queueConfigurations) The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.NotificationConfiguration.Builder.queueConfigurations(QueueConfiguration... queueConfigurations) The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.NotificationConfiguration.toBuilder()NotificationConfiguration.Builder.topicConfigurations(Collection<TopicConfiguration> topicConfigurations) The topic to which notifications are sent and the events for which notifications are generated.NotificationConfiguration.Builder.topicConfigurations(Consumer<TopicConfiguration.Builder>... topicConfigurations) The topic to which notifications are sent and the events for which notifications are generated.NotificationConfiguration.Builder.topicConfigurations(TopicConfiguration... topicConfigurations) The topic to which notifications are sent and the events for which notifications are generated.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type NotificationConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NotificationConfiguration.Builder>NotificationConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type NotificationConfiguration.BuilderModifier and TypeMethodDescriptionPutBucketNotificationConfigurationRequest.Builder.notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration) Sets the value of the NotificationConfiguration property for this object.