Class CfnNodePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.managedblockchain.CfnNodePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNodePropsMixin>
- Enclosing class:
CfnNodePropsMixin
@Stability(Stable)
public static final class CfnNodePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNodePropsMixin>
A fluent builder for
CfnNodePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnNodePropsMixin.Buildercreate()static CfnNodePropsMixin.Buildercreate(CfnPropertyMixinOptions options) The unique identifier of the member to which the node belongs.The unique identifier of the network for the node.nodeConfiguration(CfnNodePropsMixin.NodeConfigurationProperty nodeConfiguration) Configuration properties of a peer node.nodeConfiguration(IResolvable nodeConfiguration) Configuration properties of a peer node.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnNodePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnNodePropsMixin.Builder.
-
memberId
The unique identifier of the member to which the node belongs.Applies only to Hyperledger Fabric.
- Parameters:
memberId- The unique identifier of the member to which the node belongs. This parameter is required.- Returns:
this- See Also:
-
networkId
The unique identifier of the network for the node.Ethereum public networks have the following
NetworkIds:n-ethereum-mainnet
- Parameters:
networkId- The unique identifier of the network for the node. This parameter is required.- Returns:
this- See Also:
-
nodeConfiguration
@Stability(Stable) public CfnNodePropsMixin.Builder nodeConfiguration(IResolvable nodeConfiguration) Configuration properties of a peer node.- Parameters:
nodeConfiguration- Configuration properties of a peer node. This parameter is required.- Returns:
this- See Also:
-
nodeConfiguration
@Stability(Stable) public CfnNodePropsMixin.Builder nodeConfiguration(CfnNodePropsMixin.NodeConfigurationProperty nodeConfiguration) Configuration properties of a peer node.- Parameters:
nodeConfiguration- Configuration properties of a peer node. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNodePropsMixin>- Returns:
- a newly built instance of
CfnNodePropsMixin.
-