public static interface JobProcessDetails.Builder extends SdkPojo, CopyableBuilder<JobProcessDetails.Builder,JobProcessDetails>
Modifier and Type | Method and Description |
---|---|
JobProcessDetails.Builder |
numberOfCanceledThings(Integer numberOfCanceledThings)
The number of things that cancelled the job.
|
JobProcessDetails.Builder |
numberOfFailedThings(Integer numberOfFailedThings)
The number of things that failed executing the job.
|
JobProcessDetails.Builder |
numberOfInProgressThings(Integer numberOfInProgressThings)
The number of things currently executing the job.
|
JobProcessDetails.Builder |
numberOfQueuedThings(Integer numberOfQueuedThings)
The number of things that are awaiting execution of the job.
|
JobProcessDetails.Builder |
numberOfRejectedThings(Integer numberOfRejectedThings)
The number of things that rejected the job.
|
JobProcessDetails.Builder |
numberOfRemovedThings(Integer numberOfRemovedThings)
The number of things that are no longer scheduled to execute the job because they have been deleted or have
been removed from the group that was a target of the job.
|
JobProcessDetails.Builder |
numberOfSucceededThings(Integer numberOfSucceededThings)
The number of things which successfully completed the job.
|
JobProcessDetails.Builder |
numberOfTimedOutThings(Integer numberOfTimedOutThings)
The number of things whose job execution status is
TIMED_OUT . |
JobProcessDetails.Builder |
processingTargets(Collection<String> processingTargets)
The target devices to which the job execution is being rolled out.
|
JobProcessDetails.Builder |
processingTargets(String... processingTargets)
The target devices to which the job execution is being rolled out.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
JobProcessDetails.Builder processingTargets(Collection<String> processingTargets)
The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices.
processingTargets
- The target devices to which the job execution is being rolled out. This value will be null after the
job execution has finished rolling out to all the target devices.JobProcessDetails.Builder processingTargets(String... processingTargets)
The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices.
processingTargets
- The target devices to which the job execution is being rolled out. This value will be null after the
job execution has finished rolling out to all the target devices.JobProcessDetails.Builder numberOfCanceledThings(Integer numberOfCanceledThings)
The number of things that cancelled the job.
numberOfCanceledThings
- The number of things that cancelled the job.JobProcessDetails.Builder numberOfSucceededThings(Integer numberOfSucceededThings)
The number of things which successfully completed the job.
numberOfSucceededThings
- The number of things which successfully completed the job.JobProcessDetails.Builder numberOfFailedThings(Integer numberOfFailedThings)
The number of things that failed executing the job.
numberOfFailedThings
- The number of things that failed executing the job.JobProcessDetails.Builder numberOfRejectedThings(Integer numberOfRejectedThings)
The number of things that rejected the job.
numberOfRejectedThings
- The number of things that rejected the job.JobProcessDetails.Builder numberOfQueuedThings(Integer numberOfQueuedThings)
The number of things that are awaiting execution of the job.
numberOfQueuedThings
- The number of things that are awaiting execution of the job.JobProcessDetails.Builder numberOfInProgressThings(Integer numberOfInProgressThings)
The number of things currently executing the job.
numberOfInProgressThings
- The number of things currently executing the job.JobProcessDetails.Builder numberOfRemovedThings(Integer numberOfRemovedThings)
The number of things that are no longer scheduled to execute the job because they have been deleted or have been removed from the group that was a target of the job.
numberOfRemovedThings
- The number of things that are no longer scheduled to execute the job because they have been deleted or
have been removed from the group that was a target of the job.JobProcessDetails.Builder numberOfTimedOutThings(Integer numberOfTimedOutThings)
The number of things whose job execution status is TIMED_OUT
.
numberOfTimedOutThings
- The number of things whose job execution status is TIMED_OUT
.Copyright © 2019. All rights reserved.