Interface LifecycleRuleAndOperator.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LifecycleRuleAndOperator.Builder,,LifecycleRuleAndOperator> SdkBuilder<LifecycleRuleAndOperator.Builder,,LifecycleRuleAndOperator> SdkPojo
- Enclosing class:
LifecycleRuleAndOperator
@Mutable
@NotThreadSafe
public static interface LifecycleRuleAndOperator.Builder
extends SdkPojo, CopyableBuilder<LifecycleRuleAndOperator.Builder,LifecycleRuleAndOperator>
-
Method Summary
Modifier and TypeMethodDescriptionobjectSizeGreaterThan(Long objectSizeGreaterThan) Minimum object size to which the rule applies.objectSizeLessThan(Long objectSizeLessThan) Maximum object size to which the rule applies.Prefix identifying one or more objects to which the rule applies.tags(Collection<Tag> tags) All of these tags must exist in the object's tag set in order for the rule to apply.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
prefix
Prefix identifying one or more objects to which the rule applies.
- Parameters:
prefix- Prefix identifying one or more objects to which the rule applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
All of these tags must exist in the object's tag set in order for the rule to apply.
- Parameters:
tags- All of these tags must exist in the object's tag set in order for the rule to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
All of these tags must exist in the object's tag set in order for the rule to apply.
- Parameters:
tags- All of these tags must exist in the object's tag set in order for the rule to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
All of these tags must exist in the object's tag set in order for the rule to apply.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
objectSizeGreaterThan
Minimum object size to which the rule applies.
- Parameters:
objectSizeGreaterThan- Minimum object size to which the rule applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectSizeLessThan
Maximum object size to which the rule applies.
- Parameters:
objectSizeLessThan- Maximum object size to which the rule applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-