@Generated(value="software.amazon.awssdk:codegen") public final class MemberLogPublishingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MemberLogPublishingConfiguration.Builder,MemberLogPublishingConfiguration>
Configuration properties for logging events associated with a member of a Managed Blockchain network.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MemberLogPublishingConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MemberLogPublishingConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
MemberFabricLogPublishingConfiguration |
fabric()
Configuration properties for logging events associated with a member of a Managed Blockchain network using the
Hyperledger Fabric framework.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MemberLogPublishingConfiguration.Builder> |
serializableBuilderClass() |
MemberLogPublishingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MemberFabricLogPublishingConfiguration fabric()
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
public MemberLogPublishingConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MemberLogPublishingConfiguration.Builder,MemberLogPublishingConfiguration>public static MemberLogPublishingConfiguration.Builder builder()
public static Class<? extends MemberLogPublishingConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.