Interface InventoryDeletionSummaryItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InventoryDeletionSummaryItem.Builder,
,InventoryDeletionSummaryItem> SdkBuilder<InventoryDeletionSummaryItem.Builder,
,InventoryDeletionSummaryItem> SdkPojo
- Enclosing class:
InventoryDeletionSummaryItem
@Mutable
@NotThreadSafe
public static interface InventoryDeletionSummaryItem.Builder
extends SdkPojo, CopyableBuilder<InventoryDeletionSummaryItem.Builder,InventoryDeletionSummaryItem>
-
Method Summary
Modifier and TypeMethodDescriptionA count of the number of deleted items.remainingCount
(Integer remainingCount) The remaining number of items to delete.The inventory type version.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
-
version
The inventory type version.
- Parameters:
version
- The inventory type version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
A count of the number of deleted items.
- Parameters:
count
- A count of the number of deleted items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remainingCount
The remaining number of items to delete.
- Parameters:
remainingCount
- The remaining number of items to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-