Uses of Interface
software.amazon.awssdk.services.managedblockchain.model.MemberLogPublishingConfiguration.Builder
-
Packages that use MemberLogPublishingConfiguration.Builder Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of MemberLogPublishingConfiguration.Builder in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return MemberLogPublishingConfiguration.Builder Modifier and Type Method Description static MemberLogPublishingConfiguration.BuilderMemberLogPublishingConfiguration. builder()default MemberLogPublishingConfiguration.BuilderMemberLogPublishingConfiguration.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.MemberLogPublishingConfiguration.BuilderMemberLogPublishingConfiguration.Builder. fabric(MemberFabricLogPublishingConfiguration fabric)Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.MemberLogPublishingConfiguration.BuilderMemberLogPublishingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type MemberLogPublishingConfiguration.Builder Modifier and Type Method Description static Class<? extends MemberLogPublishingConfiguration.Builder>MemberLogPublishingConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type MemberLogPublishingConfiguration.Builder Modifier and Type Method Description default Member.BuilderMember.Builder. logPublishingConfiguration(Consumer<MemberLogPublishingConfiguration.Builder> logPublishingConfiguration)Configuration properties for logging events associated with a member.default MemberConfiguration.BuilderMemberConfiguration.Builder. logPublishingConfiguration(Consumer<MemberLogPublishingConfiguration.Builder> logPublishingConfiguration)Configuration properties for logging events associated with a member of a Managed Blockchain network.default UpdateMemberRequest.BuilderUpdateMemberRequest.Builder. logPublishingConfiguration(Consumer<MemberLogPublishingConfiguration.Builder> logPublishingConfiguration)Configuration properties for publishing to Amazon CloudWatch Logs.
-