@Stability(value=Stable) public static final class CfnMember.NetworkConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMember.NetworkConfigurationProperty>
CfnMember.NetworkConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnMember.NetworkConfigurationProperty.Builder framework(String framework)
CfnMember.NetworkConfigurationProperty.getFramework()framework - The blockchain framework that the network uses. This parameter is required.this@Stability(value=Stable) public CfnMember.NetworkConfigurationProperty.Builder frameworkVersion(String frameworkVersion)
CfnMember.NetworkConfigurationProperty.getFrameworkVersion()frameworkVersion - The version of the blockchain framework that the network uses. This parameter is required.this@Stability(value=Stable) public CfnMember.NetworkConfigurationProperty.Builder name(String name)
CfnMember.NetworkConfigurationProperty.getName()name - The name of the network. This parameter is required.this@Stability(value=Stable) public CfnMember.NetworkConfigurationProperty.Builder votingPolicy(CfnMember.VotingPolicyProperty votingPolicy)
CfnMember.NetworkConfigurationProperty.getVotingPolicy()votingPolicy - The voting rules for the network to decide if a proposal is accepted. This parameter is required.this@Stability(value=Stable) public CfnMember.NetworkConfigurationProperty.Builder votingPolicy(IResolvable votingPolicy)
CfnMember.NetworkConfigurationProperty.getVotingPolicy()votingPolicy - The voting rules for the network to decide if a proposal is accepted. This parameter is required.this@Stability(value=Stable) public CfnMember.NetworkConfigurationProperty.Builder description(String description)
CfnMember.NetworkConfigurationProperty.getDescription()description - Attributes of the blockchain framework for the network.this@Stability(value=Stable) public CfnMember.NetworkConfigurationProperty.Builder networkFrameworkConfiguration(CfnMember.NetworkFrameworkConfigurationProperty networkFrameworkConfiguration)
networkFrameworkConfiguration - Configuration properties relevant to the network for the blockchain framework that the network uses.this@Stability(value=Stable) public CfnMember.NetworkConfigurationProperty.Builder networkFrameworkConfiguration(IResolvable networkFrameworkConfiguration)
networkFrameworkConfiguration - Configuration properties relevant to the network for the blockchain framework that the network uses.this@Stability(value=Stable) public CfnMember.NetworkConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnMember.NetworkConfigurationProperty>CfnMember.NetworkConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.