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