Interface LoRaWANStartFuotaTask.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LoRaWANStartFuotaTask.Builder,
,LoRaWANStartFuotaTask> SdkBuilder<LoRaWANStartFuotaTask.Builder,
,LoRaWANStartFuotaTask> SdkPojo
- Enclosing class:
LoRaWANStartFuotaTask
public static interface LoRaWANStartFuotaTask.Builder
extends SdkPojo, CopyableBuilder<LoRaWANStartFuotaTask.Builder,LoRaWANStartFuotaTask>
-
Method Summary
Modifier and TypeMethodDescriptionSets 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, sdkFields
-
Method Details
-
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.
-