public static interface CreateRuleResponse.Builder extends ElasticLoadBalancingv2Response.Builder, CopyableBuilder<CreateRuleResponse.Builder,CreateRuleResponse>
Modifier and Type | Method and Description |
---|---|
CreateRuleResponse.Builder |
rules(Collection<Rule> rules)
Information about the rule.
|
CreateRuleResponse.Builder |
rules(Rule... rules)
Information about the rule.
|
build
copy
apply, build
CreateRuleResponse.Builder rules(Collection<Rule> rules)
Information about the rule.
rules
- Information about the rule.CreateRuleResponse.Builder rules(Rule... rules)
Information about the rule.
rules
- Information about the rule.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.