Class CfnMember.NetworkFabricConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.managedblockchain.CfnMember.NetworkFabricConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMember.NetworkFabricConfigurationProperty>
- Enclosing interface:
CfnMember.NetworkFabricConfigurationProperty
@Stability(Stable)
public static final class CfnMember.NetworkFabricConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMember.NetworkFabricConfigurationProperty>
A builder for
CfnMember.NetworkFabricConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnMember.NetworkFabricConfigurationProperty.getEdition()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
edition
@Stability(Stable) public CfnMember.NetworkFabricConfigurationProperty.Builder edition(String edition) Sets the value ofCfnMember.NetworkFabricConfigurationProperty.getEdition()
- Parameters:
edition
- The edition of Amazon Managed Blockchain that the network uses. This parameter is required. Valid values arestandard
andstarter
. For more information, see Amazon Managed Blockchain Pricing- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMember.NetworkFabricConfigurationProperty>
- Returns:
- a new instance of
CfnMember.NetworkFabricConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-