public static interface DeleteInventoryResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DeleteInventoryResponse.Builder,DeleteInventoryResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteInventoryResponse.Builder |
deletionId(String deletionId)
Every
DeleteInventory operation is assigned a unique ID. |
default DeleteInventoryResponse.Builder |
deletionSummary(Consumer<InventoryDeletionSummary.Builder> deletionSummary)
A summary of the delete operation.
|
DeleteInventoryResponse.Builder |
deletionSummary(InventoryDeletionSummary deletionSummary)
A summary of the delete operation.
|
DeleteInventoryResponse.Builder |
typeName(String typeName)
The name of the inventory data type specified in the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteInventoryResponse.Builder deletionId(String deletionId)
Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID. You
can use this ID to query the status of a delete operation. This option is useful for ensuring that a delete
operation has completed before you begin other operations.
deletionId - Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID.
You can use this ID to query the status of a delete operation. This option is useful for ensuring that
a delete operation has completed before you begin other operations.DeleteInventoryResponse.Builder typeName(String typeName)
The name of the inventory data type specified in the request.
typeName - The name of the inventory data type specified in the request.DeleteInventoryResponse.Builder deletionSummary(InventoryDeletionSummary deletionSummary)
A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the Amazon Web Services Systems Manager User Guide.
deletionSummary - A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the Amazon Web Services Systems Manager User Guide.default DeleteInventoryResponse.Builder deletionSummary(Consumer<InventoryDeletionSummary.Builder> deletionSummary)
A summary of the delete operation. For more information about this summary, see Deleting custom inventory 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)Copyright © 2022. All rights reserved.