Interface LatestDeviceJob.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LatestDeviceJob.Builder,LatestDeviceJob>,SdkBuilder<LatestDeviceJob.Builder,LatestDeviceJob>,SdkPojo
- Enclosing class:
- LatestDeviceJob
public static interface LatestDeviceJob.Builder extends SdkPojo, CopyableBuilder<LatestDeviceJob.Builder,LatestDeviceJob>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LatestDeviceJob.BuilderimageVersion(String imageVersion)The target version of the device software.LatestDeviceJob.BuilderjobType(String jobType)The job's type.LatestDeviceJob.BuilderjobType(JobType jobType)The job's type.LatestDeviceJob.Builderstatus(String status)Status of the latest device job.LatestDeviceJob.Builderstatus(UpdateProgress status)Status of the latest device job.-
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
-
imageVersion
LatestDeviceJob.Builder imageVersion(String imageVersion)
The target version of the device software.
- Parameters:
imageVersion- The target version of the device software.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobType
LatestDeviceJob.Builder jobType(String jobType)
The job's type.
-
jobType
LatestDeviceJob.Builder jobType(JobType jobType)
The job's type.
-
status
LatestDeviceJob.Builder status(String status)
Status of the latest device job.
- Parameters:
status- Status of the latest device job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UpdateProgress,UpdateProgress
-
status
LatestDeviceJob.Builder status(UpdateProgress status)
Status of the latest device job.
- Parameters:
status- Status of the latest device job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UpdateProgress,UpdateProgress
-
-