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(Consumer<Rule.Builder>... rules)
Information about the rules.
|
DescribeRulesResponse.Builder |
rules(Rule... rules)
Information about the rules.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 rules(Consumer<Rule.Builder>... rules)
Information about the rules.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #rules(List) .rules - a consumer that will call methods on List.Builder #rules(List) 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.