public static interface GetTopicRuleDestinationResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<GetTopicRuleDestinationResponse.Builder,GetTopicRuleDestinationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetTopicRuleDestinationResponse.Builder |
topicRuleDestination(Consumer<TopicRuleDestination.Builder> topicRuleDestination)
The topic rule destination.
|
GetTopicRuleDestinationResponse.Builder |
topicRuleDestination(TopicRuleDestination topicRuleDestination)
The topic rule destination.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTopicRuleDestinationResponse.Builder topicRuleDestination(TopicRuleDestination topicRuleDestination)
The topic rule destination.
topicRuleDestination - The topic rule destination.default GetTopicRuleDestinationResponse.Builder topicRuleDestination(Consumer<TopicRuleDestination.Builder> topicRuleDestination)
The topic rule destination.
This is a convenience that creates an instance of theTopicRuleDestination.Builder avoiding the need
to create one manually via TopicRuleDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to topicRuleDestination(TopicRuleDestination).topicRuleDestination - a consumer that will call methods on TopicRuleDestination.BuildertopicRuleDestination(TopicRuleDestination)Copyright © 2022. All rights reserved.