Interface LoRaWANJoinEventNotificationConfigurations.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LoRaWANJoinEventNotificationConfigurations.Builder,
,LoRaWANJoinEventNotificationConfigurations> SdkBuilder<LoRaWANJoinEventNotificationConfigurations.Builder,
,LoRaWANJoinEventNotificationConfigurations> SdkPojo
- Enclosing class:
LoRaWANJoinEventNotificationConfigurations
@Mutable
@NotThreadSafe
public static interface LoRaWANJoinEventNotificationConfigurations.Builder
extends SdkPojo, CopyableBuilder<LoRaWANJoinEventNotificationConfigurations.Builder,LoRaWANJoinEventNotificationConfigurations>
-
Method Summary
Modifier and TypeMethodDescriptiondevEuiEventTopic
(String devEuiEventTopic) Denotes whether the Dev EUI join event topic is enabled or disabled.devEuiEventTopic
(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 Details
-
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:
-
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:
-