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)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListTopicRulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTopicRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTopicRulesRequest.Builder |
ruleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
|
ListTopicRulesRequest.Builder |
topic(String topic)
The topic.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
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)
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
- To retrieve the next set of results, the nextToken
value from a previous response;
otherwise null to receive the first set of results.ListTopicRulesRequest.Builder ruleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
ruleDisabled
- Specifies whether the rule is disabled.ListTopicRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListTopicRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.