public static interface ListTopicRulesRequest.Builder extends IotRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListTopicRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListTopicRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.