Interface LifecycleRuleAndOperator.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LifecycleRuleAndOperator.Builder,
,LifecycleRuleAndOperator> SdkBuilder<LifecycleRuleAndOperator.Builder,
,LifecycleRuleAndOperator> SdkPojo
- Enclosing class:
LifecycleRuleAndOperator
-
Method Summary
Modifier and TypeMethodDescriptionobjectSizeGreaterThan
(Long objectSizeGreaterThan) The non-inclusive minimum object size for the lifecycle rule.objectSizeLessThan
(Long objectSizeLessThan) The non-inclusive maximum object size for the lifecycle rule.Prefix identifying one or more objects to which the rule applies.tags
(Collection<S3Tag> tags) All of these tags must exist in the object's tag set in order for the rule to apply.tags
(Consumer<S3Tag.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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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 theS3Tag.Builder
avoiding the need to create one manually viaS3Tag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<S3Tag>)
.- Parameters:
tags
- a consumer that will call methods onS3Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
objectSizeGreaterThan
The non-inclusive minimum object size for the lifecycle rule. Setting this property to 7 means the rule applies to objects with a size that is greater than 7.
- Parameters:
objectSizeGreaterThan
- The non-inclusive minimum object size for the lifecycle rule. Setting this property to 7 means the rule applies to objects with a size that is greater than 7.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectSizeLessThan
The non-inclusive maximum object size for the lifecycle rule. Setting this property to 77 means the rule applies to objects with a size that is less than 77.
- Parameters:
objectSizeLessThan
- The non-inclusive maximum object size for the lifecycle rule. Setting this property to 77 means the rule applies to objects with a size that is less than 77.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-