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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListTopicRuleDestinationsResponse.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 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.