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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoRaWANConnectionStatusEventNotificationConfigurations.BuildergatewayEuiEventTopic(String gatewayEuiEventTopic)Denotes whether the gateway EUI connection status event topic is enabled or disabled.LoRaWANConnectionStatusEventNotificationConfigurations.BuildergatewayEuiEventTopic(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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:
EventNotificationTopicStatus,EventNotificationTopicStatus
-
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:
EventNotificationTopicStatus,EventNotificationTopicStatus
-
-