Interface TaskProcessingDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TaskProcessingDetails.Builder,
,TaskProcessingDetails> SdkBuilder<TaskProcessingDetails.Builder,
,TaskProcessingDetails> SdkPojo
- Enclosing class:
TaskProcessingDetails
@Mutable
@NotThreadSafe
public static interface TaskProcessingDetails.Builder
extends SdkPojo, CopyableBuilder<TaskProcessingDetails.Builder,TaskProcessingDetails>
-
Method Summary
Modifier and TypeMethodDescriptionnumberOfCanceledThings
(Integer numberOfCanceledThings) The number of canceled things in an over-the-air (OTA) task.numberOfFailedThings
(Integer numberOfFailedThings) The number of failed things in an over-the-air (OTA) task.numberOfInProgressThings
(Integer numberOfInProgressThings) The number of in progress things in an over-the-air (OTA) task.numberOfQueuedThings
(Integer numberOfQueuedThings) The number of queued things in an over-the-air (OTA) task.numberOfRejectedThings
(Integer numberOfRejectedThings) The number of rejected things in an over-the-air (OTA) task.numberOfRemovedThings
(Integer numberOfRemovedThings) The number of removed things in an over-the-air (OTA) task.numberOfSucceededThings
(Integer numberOfSucceededThings) The number of succeeded things in an over-the-air (OTA) task.numberOfTimedOutThings
(Integer numberOfTimedOutThings) The number of timed out things in an over-the-air (OTA) task.processingTargets
(String... processingTargets) The targets of the over-the-air (OTA) task.processingTargets
(Collection<String> processingTargets) The targets of the over-the-air (OTA) task.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
-
numberOfCanceledThings
The number of canceled things in an over-the-air (OTA) task.
- Parameters:
numberOfCanceledThings
- The number of canceled things in an over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfFailedThings
The number of failed things in an over-the-air (OTA) task.
- Parameters:
numberOfFailedThings
- The number of failed things in an over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfInProgressThings
The number of in progress things in an over-the-air (OTA) task.
- Parameters:
numberOfInProgressThings
- The number of in progress things in an over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfQueuedThings
The number of queued things in an over-the-air (OTA) task.
- Parameters:
numberOfQueuedThings
- The number of queued things in an over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfRejectedThings
The number of rejected things in an over-the-air (OTA) task.
- Parameters:
numberOfRejectedThings
- The number of rejected things in an over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfRemovedThings
The number of removed things in an over-the-air (OTA) task.
- Parameters:
numberOfRemovedThings
- The number of removed things in an over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfSucceededThings
The number of succeeded things in an over-the-air (OTA) task.
- Parameters:
numberOfSucceededThings
- The number of succeeded things in an over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfTimedOutThings
The number of timed out things in an over-the-air (OTA) task.
- Parameters:
numberOfTimedOutThings
- The number of timed out things in an over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingTargets
The targets of the over-the-air (OTA) task.
- Parameters:
processingTargets
- The targets of the over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingTargets
The targets of the over-the-air (OTA) task.
- Parameters:
processingTargets
- The targets of the over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-