public static interface InventoryDeletionStatusItem.Builder extends SdkPojo, CopyableBuilder<InventoryDeletionStatusItem.Builder,InventoryDeletionStatusItem>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInventoryDeletionStatusItem.Builder deletionId(String deletionId)
The deletion ID returned by the DeleteInventory operation.
deletionId - The deletion ID returned by the DeleteInventory operation.InventoryDeletionStatusItem.Builder typeName(String typeName)
The name of the inventory data type.
typeName - The name of the inventory data type.InventoryDeletionStatusItem.Builder deletionStartTime(Instant deletionStartTime)
The UTC timestamp when the delete operation started.
deletionStartTime - The UTC timestamp when the delete operation started.InventoryDeletionStatusItem.Builder lastStatus(String lastStatus)
The status of the operation. Possible values are InProgress and Complete.
lastStatus - The status of the operation. Possible values are InProgress and Complete.InventoryDeletionStatus,
InventoryDeletionStatusInventoryDeletionStatusItem.Builder lastStatus(InventoryDeletionStatus lastStatus)
The status of the operation. Possible values are InProgress and Complete.
lastStatus - The status of the operation. Possible values are InProgress and Complete.InventoryDeletionStatus,
InventoryDeletionStatusInventoryDeletionStatusItem.Builder lastStatusMessage(String lastStatusMessage)
Information about the status.
lastStatusMessage - Information about the status.InventoryDeletionStatusItem.Builder deletionSummary(InventoryDeletionSummary deletionSummary)
Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.
deletionSummary - Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User
Guide.default InventoryDeletionStatusItem.Builder deletionSummary(Consumer<InventoryDeletionSummary.Builder> deletionSummary)
Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.
This is a convenience method that creates an instance of theInventoryDeletionSummary.Builder
avoiding the need to create one manually via InventoryDeletionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to deletionSummary(InventoryDeletionSummary).deletionSummary - a consumer that will call methods on InventoryDeletionSummary.BuilderdeletionSummary(InventoryDeletionSummary)InventoryDeletionStatusItem.Builder lastStatusUpdateTime(Instant lastStatusUpdateTime)
The UTC timestamp of when the last status report.
lastStatusUpdateTime - The UTC timestamp of when the last status report.Copyright © 2022. All rights reserved.