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 retrieve the next set of 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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #destinationSummaries(List) .destinationSummaries - a consumer that will call methods on List.Builder #destinationSummaries(List) ListTopicRuleDestinationsResponse.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.Copyright © 2019. All rights reserved.