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