public static interface ListTopicRulesRequest.Builder extends IoTRequest.Builder, CopyableBuilder<ListTopicRulesRequest.Builder,ListTopicRulesRequest>
| Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListTopicRulesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListTopicRulesRequest.Builder |
ruleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
|
ListTopicRulesRequest.Builder |
topic(String topic)
The topic.
|
buildrequestOverrideConfigcopyapply, 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.ListTopicRulesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListTopicRulesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.