public static interface InventoryDeletionStatusItem.Builder extends SdkPojo, CopyableBuilder<InventoryDeletionStatusItem.Builder,InventoryDeletionStatusItem>
equalsBySdkFields, sdkFields
copy
applyMutation, build
InventoryDeletionStatusItem.Builder deletionId(String deletionId)
The deletion ID returned by the DeleteInventory
action.
deletionId
- The deletion ID returned by the DeleteInventory
action.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
,
InventoryDeletionStatus
InventoryDeletionStatusItem.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
,
InventoryDeletionStatus
InventoryDeletionStatusItem.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 AWS Systems Manager User Guide.
deletionSummary
- Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the AWS 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 AWS Systems Manager User Guide.
This is a convenience 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.Builder
deletionSummary(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 © 2021 Amazon Web Services, Inc. All Rights Reserved.