Interface GetInventoryResponse.Builder

    • Method Detail

      • entities

        GetInventoryResponse.Builder entities​(Collection<InventoryResultEntity> entities)

        Collection of inventory entities such as a collection of managed node inventory.

        Parameters:
        entities - Collection of inventory entities such as a collection of managed node inventory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entities

        GetInventoryResponse.Builder entities​(InventoryResultEntity... entities)

        Collection of inventory entities such as a collection of managed node inventory.

        Parameters:
        entities - Collection of inventory entities such as a collection of managed node inventory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetInventoryResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

        Parameters:
        nextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.