CopyableBuilder<DescribeRulesResponse.Builder,DescribeRulesResponse>
, SdkBuilder<DescribeRulesResponse.Builder,DescribeRulesResponse>
public static interface DescribeRulesResponse.Builder extends CopyableBuilder<DescribeRulesResponse.Builder,DescribeRulesResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeRulesResponse.Builder rules(Collection<Rule> rules)
Information about the rules.
rules
- Information about the rules.DescribeRulesResponse.Builder rules(Rule... rules)
Information about the rules.
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 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.