| 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() |
TopicRuleDestination.Builder |
TopicRuleDestination.Builder.createdAt(Instant createdAt)
The date and time when the topic rule destination was created.
|
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.lastUpdatedAt(Instant lastUpdatedAt)
The date and time when the topic rule destination was last updated.
|
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() |
default TopicRuleDestination.Builder |
TopicRuleDestination.Builder.vpcProperties(Consumer<VpcDestinationProperties.Builder> vpcProperties)
Properties of the virtual private cloud (VPC) connection.
|
TopicRuleDestination.Builder |
TopicRuleDestination.Builder.vpcProperties(VpcDestinationProperties vpcProperties)
Properties of the virtual private cloud (VPC) connection.
|
| 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 © 2021. All rights reserved.