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