Interface LoRaWANJoinEventNotificationConfigurations.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LoRaWANJoinEventNotificationConfigurations.Builder,LoRaWANJoinEventNotificationConfigurations>,SdkBuilder<LoRaWANJoinEventNotificationConfigurations.Builder,LoRaWANJoinEventNotificationConfigurations>,SdkPojo
- Enclosing class:
- LoRaWANJoinEventNotificationConfigurations
public static interface LoRaWANJoinEventNotificationConfigurations.Builder extends SdkPojo, CopyableBuilder<LoRaWANJoinEventNotificationConfigurations.Builder,LoRaWANJoinEventNotificationConfigurations>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoRaWANJoinEventNotificationConfigurations.BuilderdevEuiEventTopic(String devEuiEventTopic)Denotes whether the Dev EUI join event topic is enabled or disabled.LoRaWANJoinEventNotificationConfigurations.BuilderdevEuiEventTopic(EventNotificationTopicStatus devEuiEventTopic)Denotes whether the Dev EUI 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
-
devEuiEventTopic
LoRaWANJoinEventNotificationConfigurations.Builder devEuiEventTopic(String devEuiEventTopic)
Denotes whether the Dev EUI join event topic is enabled or disabled.
- Parameters:
devEuiEventTopic- Denotes whether the Dev EUI 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
-
devEuiEventTopic
LoRaWANJoinEventNotificationConfigurations.Builder devEuiEventTopic(EventNotificationTopicStatus devEuiEventTopic)
Denotes whether the Dev EUI join event topic is enabled or disabled.
- Parameters:
devEuiEventTopic- Denotes whether the Dev EUI 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
-
-