Interface DeleteInventoryResponse.Builder

    • Method Detail

      • 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

        DeleteInventoryResponse.Builder typeName​(String 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

        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.

        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.