Interface LoRaWANJoinResourceTypeEventConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LoRaWANJoinResourceTypeEventConfiguration.Builder,LoRaWANJoinResourceTypeEventConfiguration>,SdkBuilder<LoRaWANJoinResourceTypeEventConfiguration.Builder,LoRaWANJoinResourceTypeEventConfiguration>,SdkPojo
- Enclosing class:
- LoRaWANJoinResourceTypeEventConfiguration
public static interface LoRaWANJoinResourceTypeEventConfiguration.Builder extends SdkPojo, CopyableBuilder<LoRaWANJoinResourceTypeEventConfiguration.Builder,LoRaWANJoinResourceTypeEventConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoRaWANJoinResourceTypeEventConfiguration.BuilderwirelessDeviceEventTopic(String wirelessDeviceEventTopic)Denotes whether the wireless device join event topic is enabled or disabled.LoRaWANJoinResourceTypeEventConfiguration.BuilderwirelessDeviceEventTopic(EventNotificationTopicStatus wirelessDeviceEventTopic)Denotes whether the wireless device join event topic is enabled or disabled.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
wirelessDeviceEventTopic
LoRaWANJoinResourceTypeEventConfiguration.Builder wirelessDeviceEventTopic(String wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
- Parameters:
wirelessDeviceEventTopic- Denotes whether the wireless device join event topic is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EventNotificationTopicStatus,EventNotificationTopicStatus
-
wirelessDeviceEventTopic
LoRaWANJoinResourceTypeEventConfiguration.Builder wirelessDeviceEventTopic(EventNotificationTopicStatus wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
- Parameters:
wirelessDeviceEventTopic- Denotes whether the wireless device join event topic is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EventNotificationTopicStatus,EventNotificationTopicStatus
-
-