Class CfnMemberPropsMixin.NetworkFrameworkConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.managedblockchain.CfnMemberPropsMixin.NetworkFrameworkConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMemberPropsMixin.NetworkFrameworkConfigurationProperty>
- Enclosing interface:
CfnMemberPropsMixin.NetworkFrameworkConfigurationProperty
@Stability(Stable)
public static final class CfnMemberPropsMixin.NetworkFrameworkConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMemberPropsMixin.NetworkFrameworkConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.networkFabricConfiguration(CfnMemberPropsMixin.NetworkFabricConfigurationProperty networkFabricConfiguration) networkFabricConfiguration(IResolvable networkFabricConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
networkFabricConfiguration
@Stability(Stable) public CfnMemberPropsMixin.NetworkFrameworkConfigurationProperty.Builder networkFabricConfiguration(IResolvable networkFabricConfiguration) Sets the value ofCfnMemberPropsMixin.NetworkFrameworkConfigurationProperty.getNetworkFabricConfiguration()- 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 CfnMemberPropsMixin.NetworkFrameworkConfigurationProperty.Builder networkFabricConfiguration(CfnMemberPropsMixin.NetworkFabricConfigurationProperty networkFabricConfiguration) Sets the value ofCfnMemberPropsMixin.NetworkFrameworkConfigurationProperty.getNetworkFabricConfiguration()- 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<CfnMemberPropsMixin.NetworkFrameworkConfigurationProperty>- Returns:
- a new instance of
CfnMemberPropsMixin.NetworkFrameworkConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-