Interface JobProcessDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobProcessDetails.Builder,
,JobProcessDetails> SdkBuilder<JobProcessDetails.Builder,
,JobProcessDetails> SdkPojo
- Enclosing class:
JobProcessDetails
-
Method Summary
Modifier and TypeMethodDescriptionnumberOfCanceledThings
(Integer numberOfCanceledThings) The number of things that cancelled the job.numberOfFailedThings
(Integer numberOfFailedThings) The number of things that failed executing the job.numberOfInProgressThings
(Integer numberOfInProgressThings) The number of things currently executing the job.numberOfQueuedThings
(Integer numberOfQueuedThings) The number of things that are awaiting execution of the job.numberOfRejectedThings
(Integer numberOfRejectedThings) The number of things that rejected the job.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.numberOfSucceededThings
(Integer numberOfSucceededThings) The number of things which successfully completed the job.numberOfTimedOutThings
(Integer numberOfTimedOutThings) The number of things whose job execution status isTIMED_OUT
.processingTargets
(String... processingTargets) The target devices to which the job execution is being rolled out.processingTargets
(Collection<String> processingTargets) The target devices to which the job execution is being rolled out.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
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfCanceledThings
The number of things that cancelled the job.
- Parameters:
numberOfCanceledThings
- The number of things that cancelled the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfSucceededThings
The number of things which successfully completed the job.
- Parameters:
numberOfSucceededThings
- The number of things which successfully completed the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfFailedThings
The number of things that failed executing the job.
- Parameters:
numberOfFailedThings
- The number of things that failed executing the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfRejectedThings
The number of things that rejected the job.
- Parameters:
numberOfRejectedThings
- The number of things that rejected the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfQueuedThings
The number of things that are awaiting execution of the job.
- Parameters:
numberOfQueuedThings
- The number of things that are awaiting execution of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfInProgressThings
The number of things currently executing the job.
- Parameters:
numberOfInProgressThings
- The number of things currently executing the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfTimedOutThings
The number of things whose job execution status is
TIMED_OUT
.- Parameters:
numberOfTimedOutThings
- The number of things whose job execution status isTIMED_OUT
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-