Uses of Interface
software.amazon.awssdk.services.s3.model.QueueConfiguration.Builder
Packages that use QueueConfiguration.Builder
-
Uses of QueueConfiguration.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return QueueConfiguration.BuilderModifier and TypeMethodDescriptionstatic QueueConfiguration.BuilderQueueConfiguration.builder()QueueConfiguration.Builder.events(Collection<Event> events) A collection of bucket events for which to send notificationsA collection of bucket events for which to send notificationsQueueConfiguration.Builder.eventsWithStrings(String... events) A collection of bucket events for which to send notificationsQueueConfiguration.Builder.eventsWithStrings(Collection<String> events) A collection of bucket events for which to send notificationsdefault QueueConfiguration.BuilderQueueConfiguration.Builder.filter(Consumer<NotificationConfigurationFilter.Builder> filter) Sets the value of the Filter property for this object.QueueConfiguration.Builder.filter(NotificationConfigurationFilter filter) Sets the value of the Filter property for this object.Sets the value of the Id property for this object.The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.QueueConfiguration.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type QueueConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends QueueConfiguration.Builder>QueueConfiguration.serializableBuilderClass()