public static interface DescribeRulesResponse.Builder extends ElasticLoadBalancingv2Response.Builder, CopyableBuilder<DescribeRulesResponse.Builder,DescribeRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRulesResponse.Builder |
nextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
DescribeRulesResponse.Builder |
rules(Collection<Rule> rules)
Information about the rules.
|
DescribeRulesResponse.Builder |
rules(Rule... rules)
Information about the rules.
|
buildcopyapply, buildDescribeRulesResponse.Builder rules(Collection<Rule> rules)
Information about the rules.
rules - Information about the rules.DescribeRulesResponse.Builder rules(Rule... rules)
Information about the rules.
rules - Information about the rules.DescribeRulesResponse.Builder nextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker - The marker to use when requesting the next set of results. If there are no additional results, the
string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.