Interface MemberLogPublishingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MemberLogPublishingConfiguration.Builder,MemberLogPublishingConfiguration>,SdkBuilder<MemberLogPublishingConfiguration.Builder,MemberLogPublishingConfiguration>,SdkPojo
- Enclosing class:
- MemberLogPublishingConfiguration
public static interface MemberLogPublishingConfiguration.Builder extends SdkPojo, CopyableBuilder<MemberLogPublishingConfiguration.Builder,MemberLogPublishingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MemberLogPublishingConfiguration.Builderfabric(Consumer<MemberFabricLogPublishingConfiguration.Builder> fabric)Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.MemberLogPublishingConfiguration.Builderfabric(MemberFabricLogPublishingConfiguration fabric)Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.-
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
MemberLogPublishingConfiguration.Builder fabric(MemberFabricLogPublishingConfiguration fabric)
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
- Parameters:
fabric- Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fabric
default MemberLogPublishingConfiguration.Builder fabric(Consumer<MemberFabricLogPublishingConfiguration.Builder> fabric)
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
This is a convenience method that creates an instance of theMemberFabricLogPublishingConfiguration.Builderavoiding the need to create one manually viaMemberFabricLogPublishingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofabric(MemberFabricLogPublishingConfiguration).- Parameters:
fabric- a consumer that will call methods onMemberFabricLogPublishingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fabric(MemberFabricLogPublishingConfiguration)
-
-