Interface ListNodesRequest.Builder

    • Method Detail

      • networkId

        ListNodesRequest.Builder networkId​(String networkId)

        The unique identifier of the network for which to list nodes.

        Parameters:
        networkId - The unique identifier of the network for which to list nodes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberId

        ListNodesRequest.Builder memberId​(String memberId)

        The unique identifier of the member who owns the nodes to list.

        Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.

        Parameters:
        memberId - The unique identifier of the member who owns the nodes to list.

        Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ListNodesRequest.Builder status​(String status)

        An optional status specifier. If provided, only nodes currently in this status are listed.

        Parameters:
        status - An optional status specifier. If provided, only nodes currently in this status are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NodeStatus, NodeStatus
      • status

        ListNodesRequest.Builder status​(NodeStatus status)

        An optional status specifier. If provided, only nodes currently in this status are listed.

        Parameters:
        status - An optional status specifier. If provided, only nodes currently in this status are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NodeStatus, NodeStatus
      • maxResults

        ListNodesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of nodes to list.

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

        ListNodesRequest.Builder nextToken​(String nextToken)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.