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