Uses of Interface
software.amazon.awssdk.services.s3.model.LifecycleRuleAndOperator.Builder
Packages that use LifecycleRuleAndOperator.Builder
-
Uses of LifecycleRuleAndOperator.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return LifecycleRuleAndOperator.BuilderModifier and TypeMethodDescriptionLifecycleRuleAndOperator.builder()LifecycleRuleAndOperator.Builder.objectSizeGreaterThan(Long objectSizeGreaterThan) Minimum object size to which the rule applies.LifecycleRuleAndOperator.Builder.objectSizeLessThan(Long objectSizeLessThan) Maximum object size to which the rule applies.Prefix identifying one or more objects to which the rule applies.LifecycleRuleAndOperator.Builder.tags(Collection<Tag> tags) All of these tags must exist in the object's tag set in order for the rule to apply.LifecycleRuleAndOperator.Builder.tags(Consumer<Tag.Builder>... tags) All of these tags must exist in the object's tag set in order for the rule to apply.All of these tags must exist in the object's tag set in order for the rule to apply.LifecycleRuleAndOperator.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type LifecycleRuleAndOperator.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LifecycleRuleAndOperator.Builder>LifecycleRuleAndOperator.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type LifecycleRuleAndOperator.BuilderModifier and TypeMethodDescriptiondefault LifecycleRuleFilter.BuilderLifecycleRuleFilter.Builder.and(Consumer<LifecycleRuleAndOperator.Builder> and) Sets the value of the And property for this object.static LifecycleRuleFilterLifecycleRuleFilter.fromAnd(Consumer<LifecycleRuleAndOperator.Builder> and) Create an instance of this class withLifecycleRuleFilter.and()initialized to the given value.