public static interface DeleteNodeRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<DeleteNodeRequest.Builder,DeleteNodeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteNodeRequest.Builder |
memberId(String memberId)
The unique identifier of the member that owns this node.
|
DeleteNodeRequest.Builder |
networkId(String networkId)
The unique identifier of the network that the node is on.
|
DeleteNodeRequest.Builder |
nodeId(String nodeId)
The unique identifier of the node.
|
DeleteNodeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteNodeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteNodeRequest.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
n-ethereum-goerli
n-ethereum-rinkeby
networkId - 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
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.
memberId - The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
DeleteNodeRequest.Builder nodeId(String nodeId)
The unique identifier of the node.
nodeId - The unique identifier of the node.DeleteNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.