Uses of Interface
software.amazon.awssdk.services.s3.model.S3KeyFilter.Builder
Packages that use S3KeyFilter.Builder
-
Uses of S3KeyFilter.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return S3KeyFilter.BuilderModifier and TypeMethodDescriptionstatic S3KeyFilter.BuilderS3KeyFilter.builder()S3KeyFilter.Builder.filterRules(Collection<FilterRule> filterRules) Sets the value of the FilterRules property for this object.S3KeyFilter.Builder.filterRules(Consumer<FilterRule.Builder>... filterRules) Sets the value of the FilterRules property for this object.S3KeyFilter.Builder.filterRules(FilterRule... filterRules) Sets the value of the FilterRules property for this object.S3KeyFilter.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type S3KeyFilter.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3KeyFilter.Builder>S3KeyFilter.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type S3KeyFilter.BuilderModifier and TypeMethodDescriptionNotificationConfigurationFilter.Builder.key(Consumer<S3KeyFilter.Builder> key) Sets the value of the Key property for this object.