Interface ListNodesRequest.Builder

    • Method Detail

      • category

        ListNodesRequest.Builder category​(String category)

        Search for nodes by category.

        Parameters:
        category - Search for nodes by category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NodeCategory, NodeCategory
      • maxResults

        ListNodesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of nodes to return in one page of results.

        Parameters:
        maxResults - The maximum number of nodes to return in one page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListNodesRequest.Builder nextToken​(String nextToken)

        Specify the pagination token from a previous request to retrieve the next page of results.

        Parameters:
        nextToken - Specify the pagination token from a previous request to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownerAccount

        ListNodesRequest.Builder ownerAccount​(String ownerAccount)

        Search for nodes by the account ID of the nodes' owner.

        Parameters:
        ownerAccount - Search for nodes by the account ID of the nodes' owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • packageName

        ListNodesRequest.Builder packageName​(String packageName)

        Search for nodes by name.

        Parameters:
        packageName - Search for nodes by name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • packageVersion

        ListNodesRequest.Builder packageVersion​(String packageVersion)

        Search for nodes by version.

        Parameters:
        packageVersion - Search for nodes by version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • patchVersion

        ListNodesRequest.Builder patchVersion​(String patchVersion)

        Search for nodes by patch version.

        Parameters:
        patchVersion - Search for nodes by patch version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.