| Modifier and Type | Method and Description |
|---|---|
CfnNode |
build() |
static CfnNode.Builder |
create(software.constructs.Construct scope,
String id) |
CfnNode.Builder |
memberId(String memberId)
The unique identifier of the member to which the node belongs.
|
CfnNode.Builder |
networkId(String networkId)
The unique identifier of the network for the node.
|
CfnNode.Builder |
nodeConfiguration(CfnNode.NodeConfigurationProperty nodeConfiguration)
Configuration properties of a peer node.
|
CfnNode.Builder |
nodeConfiguration(IResolvable nodeConfiguration)
Configuration properties of a peer node.
|
@Stability(value=Stable) public static CfnNode.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnNode.NodeConfigurationProperty.Builder.@Stability(value=Stable) public CfnNode.Builder networkId(String networkId)
Ethereum public networks have the following NetworkId s:
n-ethereum-mainnetn-ethereum-rinkebyn-ethereum-ropstennetworkId - The unique identifier of the network for the node. This parameter is required.this@Stability(value=Stable) public CfnNode.Builder nodeConfiguration(CfnNode.NodeConfigurationProperty nodeConfiguration)
nodeConfiguration - Configuration properties of a peer node. This parameter is required.this@Stability(value=Stable) public CfnNode.Builder nodeConfiguration(IResolvable nodeConfiguration)
nodeConfiguration - Configuration properties of a peer node. This parameter is required.this@Stability(value=Stable) public CfnNode.Builder memberId(String memberId)
Applies only to Hyperledger Fabric.
memberId - The unique identifier of the member to which the node belongs. This parameter is required.thisCopyright © 2022. All rights reserved.