Interface LoRaWANMulticastSession.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LoRaWANMulticastSession.Builder,LoRaWANMulticastSession>,SdkBuilder<LoRaWANMulticastSession.Builder,LoRaWANMulticastSession>,SdkPojo
- Enclosing class:
- LoRaWANMulticastSession
public static interface LoRaWANMulticastSession.Builder extends SdkPojo, CopyableBuilder<LoRaWANMulticastSession.Builder,LoRaWANMulticastSession>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoRaWANMulticastSession.BuilderdlDr(Integer dlDr)Sets the value of the DlDr property for this object.LoRaWANMulticastSession.BuilderdlFreq(Integer dlFreq)Sets the value of the DlFreq property for this object.LoRaWANMulticastSession.BuilderpingSlotPeriod(Integer pingSlotPeriod)The PingSlotPeriod value.LoRaWANMulticastSession.BuildersessionStartTime(Instant sessionStartTime)Sets the value of the SessionStartTime property for this object.LoRaWANMulticastSession.BuildersessionTimeout(Integer sessionTimeout)Sets the value of the SessionTimeout property for this object.-
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
-
dlDr
LoRaWANMulticastSession.Builder dlDr(Integer dlDr)
Sets the value of the DlDr property for this object.- Parameters:
dlDr- The new value for the DlDr property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dlFreq
LoRaWANMulticastSession.Builder dlFreq(Integer dlFreq)
Sets the value of the DlFreq property for this object.- Parameters:
dlFreq- The new value for the DlFreq property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionStartTime
LoRaWANMulticastSession.Builder sessionStartTime(Instant sessionStartTime)
Sets the value of the SessionStartTime property for this object.- Parameters:
sessionStartTime- The new value for the SessionStartTime property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionTimeout
LoRaWANMulticastSession.Builder sessionTimeout(Integer sessionTimeout)
Sets the value of the SessionTimeout property for this object.- Parameters:
sessionTimeout- The new value for the SessionTimeout property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pingSlotPeriod
LoRaWANMulticastSession.Builder pingSlotPeriod(Integer pingSlotPeriod)
The PingSlotPeriod value.
- Parameters:
pingSlotPeriod- The PingSlotPeriod value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-