Interface DeleteInventoryResponse.Builder

  • Method Details

    • deletionId

      DeleteInventoryResponse.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • typeName

      The name of the inventory data type specified in the request.

      Parameters:
      typeName - The name of the inventory data type specified in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the InventoryDeletionSummary.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).

      Parameters:
      deletionSummary - a consumer that will call methods on InventoryDeletionSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: