public static interface DescribeRulesResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<DescribeRulesResponse.Builder,DescribeRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRulesResponse.Builder |
nextMarker(String nextMarker)
If there are additional results, this is the marker for 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theRule.Builder avoiding the need to create
one manually via Rule.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #rules(List.
rules - a consumer that will call methods on
Rule.Builder#rules(java.util.Collection) DescribeRulesResponse.Builder nextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is
null.Copyright © 2022. All rights reserved.