Interface NodeFrameworkAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NodeFrameworkAttributes.Builder,NodeFrameworkAttributes>,SdkBuilder<NodeFrameworkAttributes.Builder,NodeFrameworkAttributes>,SdkPojo
- Enclosing class:
- NodeFrameworkAttributes
public static interface NodeFrameworkAttributes.Builder extends SdkPojo, CopyableBuilder<NodeFrameworkAttributes.Builder,NodeFrameworkAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default NodeFrameworkAttributes.Builderethereum(Consumer<NodeEthereumAttributes.Builder> ethereum)Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.NodeFrameworkAttributes.Builderethereum(NodeEthereumAttributes ethereum)Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.default NodeFrameworkAttributes.Builderfabric(Consumer<NodeFabricAttributes.Builder> fabric)Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.NodeFrameworkAttributes.Builderfabric(NodeFabricAttributes fabric)Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.-
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
-
fabric
NodeFrameworkAttributes.Builder fabric(NodeFabricAttributes fabric)
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
- Parameters:
fabric- Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fabric
default NodeFrameworkAttributes.Builder fabric(Consumer<NodeFabricAttributes.Builder> fabric)
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
This is a convenience method that creates an instance of theNodeFabricAttributes.Builderavoiding the need to create one manually viaNodeFabricAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofabric(NodeFabricAttributes).- Parameters:
fabric- a consumer that will call methods onNodeFabricAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fabric(NodeFabricAttributes)
-
ethereum
NodeFrameworkAttributes.Builder ethereum(NodeEthereumAttributes ethereum)
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
- Parameters:
ethereum- Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ethereum
default NodeFrameworkAttributes.Builder ethereum(Consumer<NodeEthereumAttributes.Builder> ethereum)
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
This is a convenience method that creates an instance of theNodeEthereumAttributes.Builderavoiding the need to create one manually viaNodeEthereumAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toethereum(NodeEthereumAttributes).- Parameters:
ethereum- a consumer that will call methods onNodeEthereumAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ethereum(NodeEthereumAttributes)
-
-