public static interface PropertyNotification.Builder extends SdkPojo, CopyableBuilder<PropertyNotification.Builder,PropertyNotification>
| Modifier and Type | Method and Description |
|---|---|
PropertyNotification.Builder |
state(PropertyNotificationState state)
The current notification state.
|
PropertyNotification.Builder |
state(String state)
The current notification state.
|
PropertyNotification.Builder |
topic(String topic)
The MQTT topic to which AWS IoT SiteWise publishes property value update notifications.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertyNotification.Builder topic(String topic)
The MQTT topic to which AWS IoT SiteWise publishes property value update notifications.
topic - The MQTT topic to which AWS IoT SiteWise publishes property value update notifications.PropertyNotification.Builder state(String state)
The current notification state.
state - The current notification state.PropertyNotificationState,
PropertyNotificationStatePropertyNotification.Builder state(PropertyNotificationState state)
The current notification state.
state - The current notification state.PropertyNotificationState,
PropertyNotificationStateCopyright © 2021. All rights reserved.