Interface ListInventoryEntriesResponse.Builder

    • Method Detail

      • typeName

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

        ListInventoryEntriesResponse.Builder instanceId​(String 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 node(s).

        Parameters:
        schemaVersion - The inventory schema version used by the managed node(s).
        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 node(s).

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

        ListInventoryEntriesResponse.Builder entries​(Collection<? extends Map<String,​String>> entries)

        A list of inventory items on the managed node(s).

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

        ListInventoryEntriesResponse.Builder entries​(Map<String,​String>... entries)

        A list of inventory items on the managed node(s).

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

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