public static interface NetworkFrameworkAttributes.Builder extends SdkPojo, CopyableBuilder<NetworkFrameworkAttributes.Builder,NetworkFrameworkAttributes>
Modifier and Type | Method and Description |
---|---|
default NetworkFrameworkAttributes.Builder |
ethereum(Consumer<NetworkEthereumAttributes.Builder> ethereum)
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
|
NetworkFrameworkAttributes.Builder |
ethereum(NetworkEthereumAttributes ethereum)
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
|
default NetworkFrameworkAttributes.Builder |
fabric(Consumer<NetworkFabricAttributes.Builder> fabric)
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
|
NetworkFrameworkAttributes.Builder |
fabric(NetworkFabricAttributes fabric)
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NetworkFrameworkAttributes.Builder fabric(NetworkFabricAttributes fabric)
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
fabric
- Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger 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 that creates an instance of theNetworkFabricAttributes.Builder
avoiding the
need to create one manually via NetworkFabricAttributes.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to fabric(NetworkFabricAttributes)
.fabric
- a consumer that will call methods on NetworkFabricAttributes.Builder
fabric(NetworkFabricAttributes)
NetworkFrameworkAttributes.Builder ethereum(NetworkEthereumAttributes ethereum)
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
ethereum
- Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum
network.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 that creates an instance of theNetworkEthereumAttributes.Builder
avoiding the
need to create one manually via NetworkEthereumAttributes.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to ethereum(NetworkEthereumAttributes)
.ethereum
- a consumer that will call methods on NetworkEthereumAttributes.Builder
ethereum(NetworkEthereumAttributes)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.