public static interface ListTopicRulesResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListTopicRulesResponse.Builder,ListTopicRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTopicRulesResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListTopicRulesResponse.Builder |
rules(Collection<TopicRuleListItem> rules)
The rules.
|
ListTopicRulesResponse.Builder |
rules(Consumer<TopicRuleListItem.Builder>... rules)
The rules.
|
ListTopicRulesResponse.Builder |
rules(TopicRuleListItem... rules)
The rules.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTopicRulesResponse.Builder rules(Collection<TopicRuleListItem> rules)
The rules.
rules - The rules.ListTopicRulesResponse.Builder rules(TopicRuleListItem... rules)
The rules.
rules - The rules.ListTopicRulesResponse.Builder rules(Consumer<TopicRuleListItem.Builder>... rules)
The rules.
This is a convenience method that creates an instance of theTopicRuleListItem.Builder avoiding the need to create one
manually via TopicRuleListItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #rules(List.
rules - a consumer that will call methods on
TopicRuleListItem.Builder#rules(java.util.Collection) ListTopicRulesResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional results.Copyright © 2023. All rights reserved.