Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.PropertyNotification.Builder
-
Packages that use PropertyNotification.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of PropertyNotification.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return PropertyNotification.Builder Modifier and Type Method Description static PropertyNotification.BuilderPropertyNotification. builder()PropertyNotification.BuilderPropertyNotification.Builder. state(String state)The current notification state.PropertyNotification.BuilderPropertyNotification.Builder. state(PropertyNotificationState state)The current notification state.PropertyNotification.BuilderPropertyNotification. toBuilder()PropertyNotification.BuilderPropertyNotification.Builder. topic(String topic)The MQTT topic to which IoT SiteWise publishes property value update notifications.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type PropertyNotification.Builder Modifier and Type Method Description static Class<? extends PropertyNotification.Builder>PropertyNotification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type PropertyNotification.Builder Modifier and Type Method Description default AssetProperty.BuilderAssetProperty.Builder. notification(Consumer<PropertyNotification.Builder> notification)The asset property's notification topic and state.default AssetPropertySummary.BuilderAssetPropertySummary.Builder. notification(Consumer<PropertyNotification.Builder> notification)Sets the value of the Notification property for this object.default Property.BuilderProperty.Builder. notification(Consumer<PropertyNotification.Builder> notification)The asset property's notification topic and state.
-