Interface LoRaWANFuotaTaskGetInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LoRaWANFuotaTaskGetInfo.Builder,LoRaWANFuotaTaskGetInfo>,SdkBuilder<LoRaWANFuotaTaskGetInfo.Builder,LoRaWANFuotaTaskGetInfo>,SdkPojo
- Enclosing class:
- LoRaWANFuotaTaskGetInfo
public static interface LoRaWANFuotaTaskGetInfo.Builder extends SdkPojo, CopyableBuilder<LoRaWANFuotaTaskGetInfo.Builder,LoRaWANFuotaTaskGetInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoRaWANFuotaTaskGetInfo.BuilderrfRegion(String rfRegion)Sets the value of the RfRegion property for this object.LoRaWANFuotaTaskGetInfo.BuilderstartTime(Instant startTime)Sets the value of the StartTime 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
-
rfRegion
LoRaWANFuotaTaskGetInfo.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.
-
startTime
LoRaWANFuotaTaskGetInfo.Builder startTime(Instant startTime)
Sets the value of the StartTime property for this object.- Parameters:
startTime- The new value for the StartTime property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-