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
Modifier and TypeMethodDescriptionThe edition of Amazon Managed Blockchain that Hyperledger Fabric uses.The edition of Amazon Managed Blockchain that Hyperledger Fabric uses.orderingServiceEndpoint
(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, sdkFields
-
Method Details
-
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
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
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:
-