| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static PropertyNotification.Builder |
PropertyNotification.builder() |
PropertyNotification.Builder |
PropertyNotification.Builder.state(PropertyNotificationState state)
The current notification state.
|
PropertyNotification.Builder |
PropertyNotification.Builder.state(String state)
The current notification state.
|
PropertyNotification.Builder |
PropertyNotification.toBuilder() |
PropertyNotification.Builder |
PropertyNotification.Builder.topic(String topic)
The MQTT topic to which IoT SiteWise publishes property value update notifications.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PropertyNotification.Builder> |
PropertyNotification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Property.Builder |
Property.Builder.notification(Consumer<PropertyNotification.Builder> notification)
The asset property's notification topic and state.
|
default AssetProperty.Builder |
AssetProperty.Builder.notification(Consumer<PropertyNotification.Builder> notification)
The asset property's notification topic and state.
|
Copyright © 2022. All rights reserved.