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 Details

    • 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

      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.