Uses of Interface
software.amazon.awssdk.services.s3.model.NotificationConfigurationFilter.Builder
-
Packages that use NotificationConfigurationFilter.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of NotificationConfigurationFilter.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return NotificationConfigurationFilter.Builder Modifier and Type Method Description static NotificationConfigurationFilter.BuilderNotificationConfigurationFilter. builder()default NotificationConfigurationFilter.BuilderNotificationConfigurationFilter.Builder. key(Consumer<S3KeyFilter.Builder> key)Sets the value of the Key property for this object.NotificationConfigurationFilter.BuilderNotificationConfigurationFilter.Builder. key(S3KeyFilter key)Sets the value of the Key property for this object.NotificationConfigurationFilter.BuilderNotificationConfigurationFilter. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type NotificationConfigurationFilter.Builder Modifier and Type Method Description static Class<? extends NotificationConfigurationFilter.Builder>NotificationConfigurationFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type NotificationConfigurationFilter.Builder Modifier and Type Method Description default LambdaFunctionConfiguration.BuilderLambdaFunctionConfiguration.Builder. filter(Consumer<NotificationConfigurationFilter.Builder> filter)Sets the value of the Filter property for this object.default QueueConfiguration.BuilderQueueConfiguration.Builder. filter(Consumer<NotificationConfigurationFilter.Builder> filter)Sets the value of the Filter property for this object.default TopicConfiguration.BuilderTopicConfiguration.Builder. filter(Consumer<NotificationConfigurationFilter.Builder> filter)Sets the value of the Filter property for this object.
-