Interface DeleteNodeRequest.Builder

    • Method Detail

      • networkId

        DeleteNodeRequest.Builder networkId​(String networkId)

        The unique identifier of the network that the node is on.

        Ethereum public networks have the following NetworkIds:

        • n-ethereum-mainnet

        Parameters:
        networkId - The unique identifier of the network that the node is on.

        Ethereum public networks have the following NetworkIds:

        • n-ethereum-mainnet

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

        DeleteNodeRequest.Builder memberId​(String memberId)

        The unique identifier of the member that owns this node.

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

        Parameters:
        memberId - The unique identifier of the member that owns this node.

        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.
      • nodeId

        DeleteNodeRequest.Builder nodeId​(String nodeId)

        The unique identifier of the node.

        Parameters:
        nodeId - The unique identifier of the node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.