Interface LoRaWANMulticastGet.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LoRaWANMulticastGet.Builder,LoRaWANMulticastGet>,SdkBuilder<LoRaWANMulticastGet.Builder,LoRaWANMulticastGet>,SdkPojo
- Enclosing class:
- LoRaWANMulticastGet
public static interface LoRaWANMulticastGet.Builder extends SdkPojo, CopyableBuilder<LoRaWANMulticastGet.Builder,LoRaWANMulticastGet>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoRaWANMulticastGet.BuilderdlClass(String dlClass)Sets the value of the DlClass property for this object.LoRaWANMulticastGet.BuilderdlClass(DlClass dlClass)Sets the value of the DlClass property for this object.LoRaWANMulticastGet.BuildernumberOfDevicesInGroup(Integer numberOfDevicesInGroup)Sets the value of the NumberOfDevicesInGroup property for this object.LoRaWANMulticastGet.BuildernumberOfDevicesRequested(Integer numberOfDevicesRequested)Sets the value of the NumberOfDevicesRequested property for this object.LoRaWANMulticastGet.BuilderrfRegion(String rfRegion)Sets the value of the RfRegion property for this object.LoRaWANMulticastGet.BuilderrfRegion(SupportedRfRegion rfRegion)Sets the value of the RfRegion 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, sdkFields
-
-
-
-
Method Detail
-
rfRegion
LoRaWANMulticastGet.Builder rfRegion(String rfRegion)
Sets the value of the RfRegion property for this object.- Parameters:
rfRegion- The new value for the RfRegion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SupportedRfRegion,SupportedRfRegion
-
rfRegion
LoRaWANMulticastGet.Builder rfRegion(SupportedRfRegion rfRegion)
Sets the value of the RfRegion property for this object.- Parameters:
rfRegion- The new value for the RfRegion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SupportedRfRegion,SupportedRfRegion
-
dlClass
LoRaWANMulticastGet.Builder dlClass(String dlClass)
Sets the value of the DlClass property for this object.
-
dlClass
LoRaWANMulticastGet.Builder dlClass(DlClass dlClass)
Sets the value of the DlClass property for this object.
-
numberOfDevicesRequested
LoRaWANMulticastGet.Builder numberOfDevicesRequested(Integer numberOfDevicesRequested)
Sets the value of the NumberOfDevicesRequested property for this object.- Parameters:
numberOfDevicesRequested- The new value for the NumberOfDevicesRequested property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfDevicesInGroup
LoRaWANMulticastGet.Builder numberOfDevicesInGroup(Integer numberOfDevicesInGroup)
Sets the value of the NumberOfDevicesInGroup property for this object.- Parameters:
numberOfDevicesInGroup- The new value for the NumberOfDevicesInGroup property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-