Interface LoRaWANConnectionStatusEventNotificationConfigurations.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LoRaWANConnectionStatusEventNotificationConfigurations.Builder,
,LoRaWANConnectionStatusEventNotificationConfigurations> SdkBuilder<LoRaWANConnectionStatusEventNotificationConfigurations.Builder,
,LoRaWANConnectionStatusEventNotificationConfigurations> SdkPojo
- Enclosing class:
LoRaWANConnectionStatusEventNotificationConfigurations
public static interface LoRaWANConnectionStatusEventNotificationConfigurations.Builder
extends SdkPojo, CopyableBuilder<LoRaWANConnectionStatusEventNotificationConfigurations.Builder,LoRaWANConnectionStatusEventNotificationConfigurations>
-
Method Summary
Modifier and TypeMethodDescriptiongatewayEuiEventTopic
(String gatewayEuiEventTopic) Denotes whether the gateway EUI connection status event topic is enabled or disabled.gatewayEuiEventTopic
(EventNotificationTopicStatus gatewayEuiEventTopic) Denotes whether the gateway EUI 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 Details
-
gatewayEuiEventTopic
LoRaWANConnectionStatusEventNotificationConfigurations.Builder gatewayEuiEventTopic(String gatewayEuiEventTopic) Denotes whether the gateway EUI connection status event topic is enabled or disabled.
- Parameters:
gatewayEuiEventTopic
- Denotes whether the gateway EUI 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:
-
gatewayEuiEventTopic
LoRaWANConnectionStatusEventNotificationConfigurations.Builder gatewayEuiEventTopic(EventNotificationTopicStatus gatewayEuiEventTopic) Denotes whether the gateway EUI connection status event topic is enabled or disabled.
- Parameters:
gatewayEuiEventTopic
- Denotes whether the gateway EUI 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:
-