Struct aws_sdk_managedblockchain::input::delete_node_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteNodeInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn network_id(self, input: impl Into<String>) -> Self
pub fn network_id(self, input: impl Into<String>) -> Self
The unique identifier of the network that the node is on.
Ethereum public networks have the following NetworkIds:
-
n-ethereum-mainnet -
n-ethereum-goerli -
n-ethereum-rinkeby -
n-ethereum-ropsten
sourcepub fn set_network_id(self, input: Option<String>) -> Self
pub fn set_network_id(self, input: Option<String>) -> Self
The unique identifier of the network that the node is on.
Ethereum public networks have the following NetworkIds:
-
n-ethereum-mainnet -
n-ethereum-goerli -
n-ethereum-rinkeby -
n-ethereum-ropsten
sourcepub fn member_id(self, input: impl Into<String>) -> Self
pub fn member_id(self, input: impl Into<String>) -> Self
The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
sourcepub fn set_member_id(self, input: Option<String>) -> Self
pub fn set_member_id(self, input: Option<String>) -> Self
The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
sourcepub fn set_node_id(self, input: Option<String>) -> Self
pub fn set_node_id(self, input: Option<String>) -> Self
The unique identifier of the node.
sourcepub fn build(self) -> Result<DeleteNodeInput, BuildError>
pub fn build(self) -> Result<DeleteNodeInput, BuildError>
Consumes the builder and constructs a DeleteNodeInput.