Interface DeviceJob.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeviceJob.Builder,
,DeviceJob> SdkBuilder<DeviceJob.Builder,
,DeviceJob> SdkPojo
- Enclosing class:
DeviceJob
@Mutable
@NotThreadSafe
public static interface DeviceJob.Builder
extends SdkPojo, CopyableBuilder<DeviceJob.Builder,DeviceJob>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTime
(Instant createdTime) When the job was created.The ID of the target device.deviceName
(String deviceName) The name of the target deviceThe job's ID.The job's type.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
The job's type.
- Parameters:
jobType
- The job's type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobType
The job's type.
- Parameters:
jobType
- The job's type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-