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 action 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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DeleteInventoryResponse.Builder deletionId(String deletionId)
Every DeleteInventory
action 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 actions.
deletionId
- Every DeleteInventory
action 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 actions.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 Understanding the Delete Inventory Summary in the AWS Systems Manager User Guide.
deletionSummary
- A summary of the delete operation. For more information about this summary, see Understanding the Delete Inventory Summary in the AWS 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 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)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.