Interface LoRaWANMulticast.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LoRaWANMulticast.Builder,LoRaWANMulticast>,SdkBuilder<LoRaWANMulticast.Builder,LoRaWANMulticast>,SdkPojo
- Enclosing class:
- LoRaWANMulticast
public static interface LoRaWANMulticast.Builder extends SdkPojo, CopyableBuilder<LoRaWANMulticast.Builder,LoRaWANMulticast>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoRaWANMulticast.BuilderdlClass(String dlClass)Sets the value of the DlClass property for this object.LoRaWANMulticast.BuilderdlClass(DlClass dlClass)Sets the value of the DlClass property for this object.LoRaWANMulticast.BuilderrfRegion(String rfRegion)Sets the value of the RfRegion property for this object.LoRaWANMulticast.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
LoRaWANMulticast.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
LoRaWANMulticast.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
LoRaWANMulticast.Builder dlClass(String dlClass)
Sets the value of the DlClass property for this object.
-
dlClass
LoRaWANMulticast.Builder dlClass(DlClass dlClass)
Sets the value of the DlClass property for this object.
-
-