Interface ConnectionStatusEventConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectionStatusEventConfiguration.Builder,
,ConnectionStatusEventConfiguration> SdkBuilder<ConnectionStatusEventConfiguration.Builder,
,ConnectionStatusEventConfiguration> SdkPojo
- Enclosing class:
ConnectionStatusEventConfiguration
public static interface ConnectionStatusEventConfiguration.Builder
extends SdkPojo, CopyableBuilder<ConnectionStatusEventConfiguration.Builder,ConnectionStatusEventConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionConnection status event configuration object for enabling or disabling LoRaWAN related event topics.Connection status event configuration object for enabling or disabling LoRaWAN related event topics.wirelessGatewayIdEventTopic
(String wirelessGatewayIdEventTopic) Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.wirelessGatewayIdEventTopic
(EventNotificationTopicStatus wirelessGatewayIdEventTopic) Denotes whether the wireless gateway ID 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
-
loRaWAN
ConnectionStatusEventConfiguration.Builder loRaWAN(LoRaWANConnectionStatusEventNotificationConfigurations loRaWAN) Connection status event configuration object for enabling or disabling LoRaWAN related event topics.
- Parameters:
loRaWAN
- Connection status event configuration object for enabling or disabling LoRaWAN related event topics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
default ConnectionStatusEventConfiguration.Builder loRaWAN(Consumer<LoRaWANConnectionStatusEventNotificationConfigurations.Builder> loRaWAN) Connection status event configuration object for enabling or disabling LoRaWAN related event topics.
This is a convenience method that creates an instance of theLoRaWANConnectionStatusEventNotificationConfigurations.Builder
avoiding the need to create one manually viaLoRaWANConnectionStatusEventNotificationConfigurations.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toloRaWAN(LoRaWANConnectionStatusEventNotificationConfigurations)
.- Parameters:
loRaWAN
- a consumer that will call methods onLoRaWANConnectionStatusEventNotificationConfigurations.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
wirelessGatewayIdEventTopic
ConnectionStatusEventConfiguration.Builder wirelessGatewayIdEventTopic(String wirelessGatewayIdEventTopic) Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.
- Parameters:
wirelessGatewayIdEventTopic
- Denotes whether the wireless gateway ID 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:
-
wirelessGatewayIdEventTopic
ConnectionStatusEventConfiguration.Builder wirelessGatewayIdEventTopic(EventNotificationTopicStatus wirelessGatewayIdEventTopic) Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.
- Parameters:
wirelessGatewayIdEventTopic
- Denotes whether the wireless gateway ID 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:
-