CopyableBuilder<ListTopicRulesRequest.Builder,ListTopicRulesRequest>, SdkBuilder<ListTopicRulesRequest.Builder,ListTopicRulesRequest>public static interface ListTopicRulesRequest.Builder extends CopyableBuilder<ListTopicRulesRequest.Builder,ListTopicRulesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ListTopicRulesRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to return.
|
ListTopicRulesRequest.Builder |
nextToken(String nextToken) |
A token used to retrieve the next value.
|
ListTopicRulesRequest.Builder |
ruleDisabled(Boolean ruleDisabled) |
Specifies whether the rule is disabled.
|
ListTopicRulesRequest.Builder |
topic(String topic) |
The topic.
|
copyapply, buildListTopicRulesRequest.Builder topic(String topic)
The topic.
topic - The topic.ListTopicRulesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListTopicRulesRequest.Builder nextToken(String nextToken)
A token used to retrieve the next value.
nextToken - A token used to retrieve the next value.ListTopicRulesRequest.Builder ruleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
ruleDisabled - Specifies whether the rule is disabled.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.