Class CfnMember.NetworkFrameworkConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.managedblockchain.CfnMember.NetworkFrameworkConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMember.NetworkFrameworkConfigurationProperty>
- Enclosing interface:
CfnMember.NetworkFrameworkConfigurationProperty
@Stability(Stable)
public static final class CfnMember.NetworkFrameworkConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMember.NetworkFrameworkConfigurationProperty>
A builder for
CfnMember.NetworkFrameworkConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.networkFabricConfiguration(IResolvable networkFabricConfiguration) networkFabricConfiguration(CfnMember.NetworkFabricConfigurationProperty networkFabricConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
networkFabricConfiguration
@Stability(Stable) public CfnMember.NetworkFrameworkConfigurationProperty.Builder networkFabricConfiguration(IResolvable networkFabricConfiguration) - Parameters:
networkFabricConfiguration- Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network that is using the Hyperledger Fabric framework.- Returns:
this
-
networkFabricConfiguration
@Stability(Stable) public CfnMember.NetworkFrameworkConfigurationProperty.Builder networkFabricConfiguration(CfnMember.NetworkFabricConfigurationProperty networkFabricConfiguration) - Parameters:
networkFabricConfiguration- Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network that is using the Hyperledger Fabric framework.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMember.NetworkFrameworkConfigurationProperty>- Returns:
- a new instance of
CfnMember.NetworkFrameworkConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-