Interface ListInventoryEntriesResponse.Builder

  • Method Details

    • typeName

      The type of inventory item returned by the request.

      Parameters:
      typeName - The type of inventory item returned by the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceId

      The managed node ID targeted by the request to query inventory information.

      Parameters:
      instanceId - The managed node ID targeted by the request to query inventory information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • schemaVersion

      ListInventoryEntriesResponse.Builder schemaVersion(String schemaVersion)

      The inventory schema version used by the managed nodes.

      Parameters:
      schemaVersion - The inventory schema version used by the managed nodes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • captureTime

      ListInventoryEntriesResponse.Builder captureTime(String captureTime)

      The time that inventory information was collected for the managed nodes.

      Parameters:
      captureTime - The time that inventory information was collected for the managed nodes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entries

      A list of inventory items on the managed nodes.

      Parameters:
      entries - A list of inventory items on the managed nodes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entries

      A list of inventory items on the managed nodes.

      Parameters:
      entries - A list of inventory items on the managed nodes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.