Interface LoRaWANConnectionStatusResourceTypeEventConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LoRaWANConnectionStatusResourceTypeEventConfiguration.Builder,LoRaWANConnectionStatusResourceTypeEventConfiguration>,SdkBuilder<LoRaWANConnectionStatusResourceTypeEventConfiguration.Builder,LoRaWANConnectionStatusResourceTypeEventConfiguration>,SdkPojo
- Enclosing class:
- LoRaWANConnectionStatusResourceTypeEventConfiguration
public static interface LoRaWANConnectionStatusResourceTypeEventConfiguration.Builder extends SdkPojo, CopyableBuilder<LoRaWANConnectionStatusResourceTypeEventConfiguration.Builder,LoRaWANConnectionStatusResourceTypeEventConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoRaWANConnectionStatusResourceTypeEventConfiguration.BuilderwirelessGatewayEventTopic(String wirelessGatewayEventTopic)Denotes whether the wireless gateway connection status event topic is enabled or disabled.LoRaWANConnectionStatusResourceTypeEventConfiguration.BuilderwirelessGatewayEventTopic(EventNotificationTopicStatus wirelessGatewayEventTopic)Denotes whether the wireless gateway connection status 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, sdkFields
-
-
-
-
Method Detail
-
wirelessGatewayEventTopic
LoRaWANConnectionStatusResourceTypeEventConfiguration.Builder wirelessGatewayEventTopic(String wirelessGatewayEventTopic)
Denotes whether the wireless gateway connection status event topic is enabled or disabled.
- Parameters:
wirelessGatewayEventTopic- Denotes whether the wireless gateway connection status 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
-
wirelessGatewayEventTopic
LoRaWANConnectionStatusResourceTypeEventConfiguration.Builder wirelessGatewayEventTopic(EventNotificationTopicStatus wirelessGatewayEventTopic)
Denotes whether the wireless gateway connection status event topic is enabled or disabled.
- Parameters:
wirelessGatewayEventTopic- Denotes whether the wireless gateway connection status 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
-
-