static InventoryDeletionStatusItem.Builder |
InventoryDeletionStatusItem.builder() |
|
InventoryDeletionStatusItem.Builder |
InventoryDeletionStatusItem.Builder.deletionId(String deletionId) |
The deletion ID returned by the DeleteInventory operation.
|
InventoryDeletionStatusItem.Builder |
InventoryDeletionStatusItem.Builder.deletionStartTime(Instant deletionStartTime) |
The UTC timestamp when the delete operation started.
|
default InventoryDeletionStatusItem.Builder |
InventoryDeletionStatusItem.Builder.deletionSummary(Consumer<InventoryDeletionSummary.Builder> deletionSummary) |
Information about the delete operation.
|
InventoryDeletionStatusItem.Builder |
InventoryDeletionStatusItem.Builder.deletionSummary(InventoryDeletionSummary deletionSummary) |
Information about the delete operation.
|
InventoryDeletionStatusItem.Builder |
InventoryDeletionStatusItem.Builder.lastStatus(String lastStatus) |
The status of the operation.
|
InventoryDeletionStatusItem.Builder |
InventoryDeletionStatusItem.Builder.lastStatus(InventoryDeletionStatus lastStatus) |
The status of the operation.
|
InventoryDeletionStatusItem.Builder |
InventoryDeletionStatusItem.Builder.lastStatusMessage(String lastStatusMessage) |
Information about the status.
|
InventoryDeletionStatusItem.Builder |
InventoryDeletionStatusItem.Builder.lastStatusUpdateTime(Instant lastStatusUpdateTime) |
The UTC timestamp of when the last status report.
|
InventoryDeletionStatusItem.Builder |
InventoryDeletionStatusItem.toBuilder() |
|
InventoryDeletionStatusItem.Builder |
InventoryDeletionStatusItem.Builder.typeName(String typeName) |
The name of the inventory data type.
|