@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberFabricLogPublishingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
Constructor and Description |
---|
MemberFabricLogPublishingConfiguration() |
Modifier and Type | Method and Description |
---|---|
MemberFabricLogPublishingConfiguration |
clone() |
boolean |
equals(Object obj) |
LogConfigurations |
getCaLogs()
Configuration properties for logging events associated with a member's Certificate Authority (CA).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCaLogs(LogConfigurations caLogs)
Configuration properties for logging events associated with a member's Certificate Authority (CA).
|
String |
toString()
Returns a string representation of this object.
|
MemberFabricLogPublishingConfiguration |
withCaLogs(LogConfigurations caLogs)
Configuration properties for logging events associated with a member's Certificate Authority (CA).
|
public MemberFabricLogPublishingConfiguration()
public void setCaLogs(LogConfigurations caLogs)
Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA.
caLogs
- Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs
help you determine when a member in your account joins the network, or when new peers register with a
member CA.public LogConfigurations getCaLogs()
Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA.
public MemberFabricLogPublishingConfiguration withCaLogs(LogConfigurations caLogs)
Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA.
caLogs
- Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs
help you determine when a member in your account joins the network, or when new peers register with a
member CA.public String toString()
toString
in class Object
Object.toString()
public MemberFabricLogPublishingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.