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