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