public static interface ListTopicRuleDestinationsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListTopicRuleDestinationsResponse.Builder,ListTopicRuleDestinationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTopicRuleDestinationsResponse.Builder |
destinationSummaries(Collection<TopicRuleDestinationSummary> destinationSummaries)
Information about a topic rule destination.
|
ListTopicRuleDestinationsResponse.Builder |
destinationSummaries(Consumer<TopicRuleDestinationSummary.Builder>... destinationSummaries)
Information about a topic rule destination.
|
ListTopicRuleDestinationsResponse.Builder |
destinationSummaries(TopicRuleDestinationSummary... destinationSummaries)
Information about a topic rule destination.
|
ListTopicRuleDestinationsResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTopicRuleDestinationsResponse.Builder destinationSummaries(Collection<TopicRuleDestinationSummary> destinationSummaries)
Information about a topic rule destination.
destinationSummaries - Information about a topic rule destination.ListTopicRuleDestinationsResponse.Builder destinationSummaries(TopicRuleDestinationSummary... destinationSummaries)
Information about a topic rule destination.
destinationSummaries - Information about a topic rule destination.ListTopicRuleDestinationsResponse.Builder destinationSummaries(Consumer<TopicRuleDestinationSummary.Builder>... destinationSummaries)
Information about a topic rule destination.
This is a convenience method that creates an instance of theTopicRuleDestinationSummary.Builder avoiding the need to
create one manually via
TopicRuleDestinationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #destinationSummaries(List.
destinationSummaries - a consumer that will call methods on
TopicRuleDestinationSummary.Builder#destinationSummaries(java.util.Collection) ListTopicRuleDestinationsResponse.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.