Interface MemberFrameworkConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MemberFrameworkConfiguration.Builder,
,MemberFrameworkConfiguration> SdkBuilder<MemberFrameworkConfiguration.Builder,
,MemberFrameworkConfiguration> SdkPojo
- Enclosing class:
MemberFrameworkConfiguration
public static interface MemberFrameworkConfiguration.Builder
extends SdkPojo, CopyableBuilder<MemberFrameworkConfiguration.Builder,MemberFrameworkConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionAttributes of Hyperledger Fabric for a member on a Managed Blockchain network that uses Hyperledger Fabric.fabric
(MemberFabricConfiguration fabric) Attributes of Hyperledger Fabric for a member 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, sdkFields
-
Method Details
-
fabric
Attributes of Hyperledger Fabric for a member on a Managed Blockchain network that uses Hyperledger Fabric.
- Parameters:
fabric
- Attributes of Hyperledger Fabric for a member 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 MemberFrameworkConfiguration.Builder fabric(Consumer<MemberFabricConfiguration.Builder> fabric) Attributes of Hyperledger Fabric for a member on a Managed Blockchain network that uses Hyperledger Fabric.
This is a convenience method that creates an instance of theMemberFabricConfiguration.Builder
avoiding the need to create one manually viaMemberFabricConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofabric(MemberFabricConfiguration)
.- Parameters:
fabric
- a consumer that will call methods onMemberFabricConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-