Package | Description |
---|---|
software.amazon.awssdk.services.iot.model |
Modifier and Type | Method and Description |
---|---|
TopicRuleDestination.Builder |
TopicRuleDestination.Builder.arn(String arn)
The topic rule destination URL.
|
static TopicRuleDestination.Builder |
TopicRuleDestination.builder() |
default TopicRuleDestination.Builder |
TopicRuleDestination.Builder.httpUrlProperties(Consumer<HttpUrlDestinationProperties.Builder> httpUrlProperties)
Properties of the HTTP URL.
|
TopicRuleDestination.Builder |
TopicRuleDestination.Builder.httpUrlProperties(HttpUrlDestinationProperties httpUrlProperties)
Properties of the HTTP URL.
|
TopicRuleDestination.Builder |
TopicRuleDestination.Builder.status(String status)
The status of the topic rule destination.
|
TopicRuleDestination.Builder |
TopicRuleDestination.Builder.status(TopicRuleDestinationStatus status)
The status of the topic rule destination.
|
TopicRuleDestination.Builder |
TopicRuleDestination.Builder.statusReason(String statusReason)
Additional details or reason why the topic rule destination is in the current status.
|
TopicRuleDestination.Builder |
TopicRuleDestination.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends TopicRuleDestination.Builder> |
TopicRuleDestination.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default GetTopicRuleDestinationResponse.Builder |
GetTopicRuleDestinationResponse.Builder.topicRuleDestination(Consumer<TopicRuleDestination.Builder> topicRuleDestination)
The topic rule destination.
|
default CreateTopicRuleDestinationResponse.Builder |
CreateTopicRuleDestinationResponse.Builder.topicRuleDestination(Consumer<TopicRuleDestination.Builder> topicRuleDestination)
The topic rule destination.
|
Copyright © 2020. All rights reserved.