Interface DeviceJob.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeviceJob.Builder,DeviceJob>,SdkBuilder<DeviceJob.Builder,DeviceJob>,SdkPojo
- Enclosing class:
- DeviceJob
public static interface DeviceJob.Builder extends SdkPojo, CopyableBuilder<DeviceJob.Builder,DeviceJob>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceJob.BuildercreatedTime(Instant createdTime)When the job was created.DeviceJob.BuilderdeviceId(String deviceId)The ID of the target device.DeviceJob.BuilderdeviceName(String deviceName)The name of the target deviceDeviceJob.BuilderjobId(String jobId)The job's ID.DeviceJob.BuilderjobType(String jobType)The job's type.DeviceJob.BuilderjobType(JobType jobType)The job's type.-
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
-
createdTime
DeviceJob.Builder createdTime(Instant createdTime)
When the job was created.
- Parameters:
createdTime- When the job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceId
DeviceJob.Builder deviceId(String deviceId)
The ID of the target device.
- Parameters:
deviceId- The ID of the target device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceName
DeviceJob.Builder deviceName(String deviceName)
The name of the target device
- Parameters:
deviceName- The name of the target device- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
DeviceJob.Builder jobId(String jobId)
The job's ID.
- Parameters:
jobId- The job's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobType
DeviceJob.Builder jobType(String jobType)
The job's type.
-
jobType
DeviceJob.Builder jobType(JobType jobType)
The job's type.
-
-