public static interface InventoryDeletionSummaryItem.Builder extends SdkPojo, CopyableBuilder<InventoryDeletionSummaryItem.Builder,InventoryDeletionSummaryItem>
Modifier and Type | Method and Description |
---|---|
InventoryDeletionSummaryItem.Builder |
count(Integer count)
A count of the number of deleted items.
|
InventoryDeletionSummaryItem.Builder |
remainingCount(Integer remainingCount)
The remaining number of items to delete.
|
InventoryDeletionSummaryItem.Builder |
version(String version)
The inventory type version.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InventoryDeletionSummaryItem.Builder version(String version)
The inventory type version.
version
- The inventory type version.InventoryDeletionSummaryItem.Builder count(Integer count)
A count of the number of deleted items.
count
- A count of the number of deleted items.InventoryDeletionSummaryItem.Builder remainingCount(Integer remainingCount)
The remaining number of items to delete.
remainingCount
- The remaining number of items to delete.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.