CopyableBuilder<ModifyRuleResponse.Builder,ModifyRuleResponse>
, SdkBuilder<ModifyRuleResponse.Builder,ModifyRuleResponse>
public static interface ModifyRuleResponse.Builder extends CopyableBuilder<ModifyRuleResponse.Builder,ModifyRuleResponse>
Modifier and Type | Method | Description |
---|---|---|
ModifyRuleResponse.Builder |
rules(Collection<Rule> rules) |
Information about the rule.
|
ModifyRuleResponse.Builder |
rules(Rule... rules) |
Information about the rule.
|
copy
apply, build
ModifyRuleResponse.Builder rules(Collection<Rule> rules)
Information about the rule.
rules
- Information about the rule.ModifyRuleResponse.Builder rules(Rule... rules)
Information about the rule.
NOTE: This method appends the values to the existing list (if any). Use
#setRules(java.util.Collection)
or #withRules(java.util.Collection)
if you want to override
the existing values.
rules
- Information about the rule.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.