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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ConnectionStatusEventConfiguration.BuilderloRaWAN(Consumer<LoRaWANConnectionStatusEventNotificationConfigurations.Builder> loRaWAN)Connection status event configuration object for enabling or disabling LoRaWAN related event topics.ConnectionStatusEventConfiguration.BuilderloRaWAN(LoRaWANConnectionStatusEventNotificationConfigurations loRaWAN)Connection status event configuration object for enabling or disabling LoRaWAN related event topics.ConnectionStatusEventConfiguration.BuilderwirelessGatewayIdEventTopic(String wirelessGatewayIdEventTopic)Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.ConnectionStatusEventConfiguration.BuilderwirelessGatewayIdEventTopic(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaLoRaWANConnectionStatusEventNotificationConfigurations.builder().When the
Consumercompletes,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:
loRaWAN(LoRaWANConnectionStatusEventNotificationConfigurations)
-
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:
EventNotificationTopicStatus,EventNotificationTopicStatus
-
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:
EventNotificationTopicStatus,EventNotificationTopicStatus
-
-