Interface NetworkFabricAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkFabricAttributes.Builder,NetworkFabricAttributes>,SdkBuilder<NetworkFabricAttributes.Builder,NetworkFabricAttributes>,SdkPojo
- Enclosing class:
- NetworkFabricAttributes
public static interface NetworkFabricAttributes.Builder extends SdkPojo, CopyableBuilder<NetworkFabricAttributes.Builder,NetworkFabricAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkFabricAttributes.Builderedition(String edition)The edition of Amazon Managed Blockchain that Hyperledger Fabric uses.NetworkFabricAttributes.Builderedition(Edition edition)The edition of Amazon Managed Blockchain that Hyperledger Fabric uses.NetworkFabricAttributes.BuilderorderingServiceEndpoint(String orderingServiceEndpoint)The endpoint of the ordering service for the network.-
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
-
orderingServiceEndpoint
NetworkFabricAttributes.Builder orderingServiceEndpoint(String orderingServiceEndpoint)
The endpoint of the ordering service for the network.
- Parameters:
orderingServiceEndpoint- The endpoint of the ordering service for the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edition
NetworkFabricAttributes.Builder edition(String edition)
The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see Amazon Managed Blockchain Pricing.
- Parameters:
edition- The edition of Amazon Managed Blockchain that Hyperledger Fabric 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
NetworkFabricAttributes.Builder edition(Edition edition)
The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see Amazon Managed Blockchain Pricing.
- Parameters:
edition- The edition of Amazon Managed Blockchain that Hyperledger Fabric 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
-
-