Interface ListTopicRulesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListTopicRulesRequest.Builder,ListTopicRulesRequest>
,IotRequest.Builder
,SdkBuilder<ListTopicRulesRequest.Builder,ListTopicRulesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListTopicRulesRequest
public static interface ListTopicRulesRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListTopicRulesRequest.Builder,ListTopicRulesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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, thenextToken
value from a previous response; otherwise null to receive the first set of results.ListTopicRulesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListTopicRulesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListTopicRulesRequest.Builder
ruleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.ListTopicRulesRequest.Builder
topic(String topic)
The topic.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
topic
ListTopicRulesRequest.Builder topic(String topic)
The topic.
- Parameters:
topic
- The topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTopicRulesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults
- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.- Parameters:
nextToken
- To retrieve the next set of results, thenextToken
value from a previous response; otherwise null to receive the first set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleDisabled
ListTopicRulesRequest.Builder ruleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
- Parameters:
ruleDisabled
- Specifies whether the rule is disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTopicRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListTopicRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-