Interface NetworkFabricConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkFabricConfiguration.Builder,NetworkFabricConfiguration>,SdkBuilder<NetworkFabricConfiguration.Builder,NetworkFabricConfiguration>,SdkPojo
- Enclosing class:
- NetworkFabricConfiguration
public static interface NetworkFabricConfiguration.Builder extends SdkPojo, CopyableBuilder<NetworkFabricConfiguration.Builder,NetworkFabricConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkFabricConfiguration.Builderedition(String edition)The edition of Amazon Managed Blockchain that the network uses.NetworkFabricConfiguration.Builderedition(Edition edition)The edition of Amazon Managed Blockchain that the network uses.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
edition
NetworkFabricConfiguration.Builder edition(String edition)
The edition of Amazon Managed Blockchain that the network uses. For more information, see Amazon Managed Blockchain Pricing.
- Parameters:
edition- The edition of Amazon Managed Blockchain that the network uses. For more information, see Amazon Managed Blockchain Pricing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Edition,Edition
-
edition
NetworkFabricConfiguration.Builder edition(Edition edition)
The edition of Amazon Managed Blockchain that the network uses. For more information, see Amazon Managed Blockchain Pricing.
- Parameters:
edition- The edition of Amazon Managed Blockchain that the network uses. For more information, see Amazon Managed Blockchain Pricing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Edition,Edition
-
-