public static interface JoinEventConfiguration.Builder extends SdkPojo, CopyableBuilder<JoinEventConfiguration.Builder,JoinEventConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default JoinEventConfiguration.Builder |
loRaWAN(Consumer<LoRaWANJoinEventNotificationConfigurations.Builder> loRaWAN)
Join event configuration object for enabling or disabling LoRaWAN related event topics.
|
JoinEventConfiguration.Builder |
loRaWAN(LoRaWANJoinEventNotificationConfigurations loRaWAN)
Join event configuration object for enabling or disabling LoRaWAN related event topics.
|
JoinEventConfiguration.Builder |
wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Denotes whether the wireless device ID join event topic is enabled or disabled.
|
JoinEventConfiguration.Builder |
wirelessDeviceIdEventTopic(String wirelessDeviceIdEventTopic)
Denotes whether the wireless device ID join event topic is enabled or disabled.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJoinEventConfiguration.Builder loRaWAN(LoRaWANJoinEventNotificationConfigurations loRaWAN)
Join event configuration object for enabling or disabling LoRaWAN related event topics.
loRaWAN - Join event configuration object for enabling or disabling LoRaWAN related event topics.default JoinEventConfiguration.Builder loRaWAN(Consumer<LoRaWANJoinEventNotificationConfigurations.Builder> loRaWAN)
Join event configuration object for enabling or disabling LoRaWAN related event topics.
This is a convenience method that creates an instance of theLoRaWANJoinEventNotificationConfigurations.Builder avoiding the need to create one manually via
LoRaWANJoinEventNotificationConfigurations.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to loRaWAN(LoRaWANJoinEventNotificationConfigurations).
loRaWAN - a consumer that will call methods on LoRaWANJoinEventNotificationConfigurations.BuilderloRaWAN(LoRaWANJoinEventNotificationConfigurations)JoinEventConfiguration.Builder wirelessDeviceIdEventTopic(String wirelessDeviceIdEventTopic)
Denotes whether the wireless device ID join event topic is enabled or disabled.
wirelessDeviceIdEventTopic - Denotes whether the wireless device ID join event topic is enabled or disabled.EventNotificationTopicStatus,
EventNotificationTopicStatusJoinEventConfiguration.Builder wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Denotes whether the wireless device ID join event topic is enabled or disabled.
wirelessDeviceIdEventTopic - Denotes whether the wireless device ID join event topic is enabled or disabled.EventNotificationTopicStatus,
EventNotificationTopicStatusCopyright © 2023. All rights reserved.