Class CfnMemberPropsMixin.MemberFrameworkConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.managedblockchain.CfnMemberPropsMixin.MemberFrameworkConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMemberPropsMixin.MemberFrameworkConfigurationProperty>
- Enclosing interface:
CfnMemberPropsMixin.MemberFrameworkConfigurationProperty
@Stability(Stable)
public static final class CfnMemberPropsMixin.MemberFrameworkConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMemberPropsMixin.MemberFrameworkConfigurationProperty>
A builder for
CfnMemberPropsMixin.MemberFrameworkConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.memberFabricConfiguration(CfnMemberPropsMixin.MemberFabricConfigurationProperty memberFabricConfiguration) memberFabricConfiguration(IResolvable memberFabricConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
memberFabricConfiguration
@Stability(Stable) public CfnMemberPropsMixin.MemberFrameworkConfigurationProperty.Builder memberFabricConfiguration(IResolvable memberFabricConfiguration) Sets the value ofCfnMemberPropsMixin.MemberFrameworkConfigurationProperty.getMemberFabricConfiguration()- Parameters:
memberFabricConfiguration- Configuration properties for Hyperledger Fabric.- Returns:
this
-
memberFabricConfiguration
@Stability(Stable) public CfnMemberPropsMixin.MemberFrameworkConfigurationProperty.Builder memberFabricConfiguration(CfnMemberPropsMixin.MemberFabricConfigurationProperty memberFabricConfiguration) Sets the value ofCfnMemberPropsMixin.MemberFrameworkConfigurationProperty.getMemberFabricConfiguration()- Parameters:
memberFabricConfiguration- Configuration properties for Hyperledger Fabric.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMemberPropsMixin.MemberFrameworkConfigurationProperty>- Returns:
- a new instance of
CfnMemberPropsMixin.MemberFrameworkConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-