Interface JoinEventConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JoinEventConfiguration.Builder,JoinEventConfiguration>,SdkBuilder<JoinEventConfiguration.Builder,JoinEventConfiguration>,SdkPojo
- Enclosing class:
- JoinEventConfiguration
public static interface JoinEventConfiguration.Builder extends SdkPojo, CopyableBuilder<JoinEventConfiguration.Builder,JoinEventConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default JoinEventConfiguration.BuilderloRaWAN(Consumer<LoRaWANJoinEventNotificationConfigurations.Builder> loRaWAN)Join event configuration object for enabling or disabling LoRaWAN related event topics.JoinEventConfiguration.BuilderloRaWAN(LoRaWANJoinEventNotificationConfigurations loRaWAN)Join event configuration object for enabling or disabling LoRaWAN related event topics.JoinEventConfiguration.BuilderwirelessDeviceIdEventTopic(String wirelessDeviceIdEventTopic)Denotes whether the wireless device ID join event topic is enabled or disabled.JoinEventConfiguration.BuilderwirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)Denotes whether the wireless device ID 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 Detail
-
loRaWAN
JoinEventConfiguration.Builder loRaWAN(LoRaWANJoinEventNotificationConfigurations loRaWAN)
Join event configuration object for enabling or disabling LoRaWAN related event topics.
- Parameters:
loRaWAN- Join 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 JoinEventConfiguration.Builder loRaWAN(Consumer<LoRaWANJoinEventNotificationConfigurations.Builder> loRaWAN)
Join event configuration object for enabling or disabling LoRaWAN related event topics.
This is a convenience method that creates an instance of theLoRaWANJoinEventNotificationConfigurations.Builderavoiding the need to create one manually viaLoRaWANJoinEventNotificationConfigurations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toloRaWAN(LoRaWANJoinEventNotificationConfigurations).- Parameters:
loRaWAN- a consumer that will call methods onLoRaWANJoinEventNotificationConfigurations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
loRaWAN(LoRaWANJoinEventNotificationConfigurations)
-
wirelessDeviceIdEventTopic
JoinEventConfiguration.Builder wirelessDeviceIdEventTopic(String wirelessDeviceIdEventTopic)
Denotes whether the wireless device ID join event topic is enabled or disabled.
- Parameters:
wirelessDeviceIdEventTopic- Denotes whether the wireless device ID join 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
-
wirelessDeviceIdEventTopic
JoinEventConfiguration.Builder wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Denotes whether the wireless device ID join event topic is enabled or disabled.
- Parameters:
wirelessDeviceIdEventTopic- Denotes whether the wireless device ID join 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
-
-