CopyableBuilder<LifecycleRuleAndOperator.Builder,LifecycleRuleAndOperator>, SdkBuilder<LifecycleRuleAndOperator.Builder,LifecycleRuleAndOperator>public static interface LifecycleRuleAndOperator.Builder extends CopyableBuilder<LifecycleRuleAndOperator.Builder,LifecycleRuleAndOperator>
| Modifier and Type | Method | Description |
|---|---|---|
LifecycleRuleAndOperator.Builder |
prefix(String prefix) |
|
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(Tag... tags) |
All of these tags must exist in the object's tag set in order for the rule to apply.
|
copyapply, buildLifecycleRuleAndOperator.Builder prefix(String prefix)
prefix - LifecycleRuleAndOperator.Builder tags(Collection<Tag> tags)
tags - All of these tags must exist in the object's tag set in order for the rule to apply.LifecycleRuleAndOperator.Builder tags(Tag... tags)
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection) or #withTags(java.util.Collection) if you want to override the
existing values.
tags - All of these tags must exist in the object's tag set in order for the rule to apply.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.