Interface NetworkFrameworkAttributes.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NetworkFrameworkAttributes.Builder,,- NetworkFrameworkAttributes> - SdkBuilder<NetworkFrameworkAttributes.Builder,,- NetworkFrameworkAttributes> - SdkPojo
- Enclosing class:
- NetworkFrameworkAttributes
@Mutable
@NotThreadSafe
public static interface NetworkFrameworkAttributes.Builder
extends SdkPojo, CopyableBuilder<NetworkFrameworkAttributes.Builder,NetworkFrameworkAttributes> 
- 
Method SummaryModifier and TypeMethodDescriptionethereum(Consumer<NetworkEthereumAttributes.Builder> ethereum) Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.ethereum(NetworkEthereumAttributes ethereum) Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.fabric(NetworkFabricAttributes fabric) Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
fabricAttributes 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.
 
- 
fabricAttributes 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 on- NetworkFabricAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
ethereumAttributes 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.
 
- 
ethereumdefault 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 on- NetworkEthereumAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-