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.
|
build
overrideConfiguration
copy
applyMutation, build
ListTopicRulesRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListTopicRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.