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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MemberFrameworkConfiguration.Builderfabric(Consumer<MemberFabricConfiguration.Builder> fabric)Attributes of Hyperledger Fabric for a member on a Managed Blockchain network that uses Hyperledger Fabric.MemberFrameworkConfiguration.Builderfabric(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
fabric
MemberFrameworkConfiguration.Builder fabric(MemberFabricConfiguration 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.Builderavoiding the need to create one manually viaMemberFabricConfiguration.builder().When the
Consumercompletes,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:
fabric(MemberFabricConfiguration)
-
-