public static interface LifecycleConfiguration.Builder extends CopyableBuilder<LifecycleConfiguration.Builder,LifecycleConfiguration>
Modifier and Type | Method and Description |
---|---|
LifecycleConfiguration.Builder |
rules(Collection<Rule> rules)
Sets the value of the Rules property for this object.
|
LifecycleConfiguration.Builder |
rules(Rule... rules)
Sets the value of the Rules property for this object.
|
copy
apply, build
LifecycleConfiguration.Builder rules(Collection<Rule> rules)
rules
- The new value for the Rules property for this object.LifecycleConfiguration.Builder rules(Rule... rules)
rules
- The new value for the Rules property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.