Class NodeFabricLogPublishingConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.managedblockchain.model.NodeFabricLogPublishingConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NodeFabricLogPublishingConfiguration.Builder,NodeFabricLogPublishingConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class NodeFabricLogPublishingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeFabricLogPublishingConfiguration.Builder,NodeFabricLogPublishingConfiguration>
Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNodeFabricLogPublishingConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeFabricLogPublishingConfiguration.Builderbuilder()LogConfigurationschaincodeLogs()Configuration properties for logging events associated with chaincode execution on a peer node.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LogConfigurationspeerLogs()Configuration properties for a peer node log.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NodeFabricLogPublishingConfiguration.Builder>serializableBuilderClass()NodeFabricLogPublishingConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
chaincodeLogs
public final LogConfigurations chaincodeLogs()
Configuration properties for logging events associated with chaincode execution on a peer node. Chaincode logs contain the results of instantiating, invoking, and querying the chaincode. A peer can run multiple instances of chaincode. When enabled, a log stream is created for all chaincodes, with an individual log stream for each chaincode.
- Returns:
- Configuration properties for logging events associated with chaincode execution on a peer node. Chaincode logs contain the results of instantiating, invoking, and querying the chaincode. A peer can run multiple instances of chaincode. When enabled, a log stream is created for all chaincodes, with an individual log stream for each chaincode.
-
peerLogs
public final LogConfigurations peerLogs()
Configuration properties for a peer node log. Peer node logs contain messages generated when your client submits transaction proposals to peer nodes, requests to join channels, enrolls an admin peer, and lists the chaincode instances on a peer node.
- Returns:
- Configuration properties for a peer node log. Peer node logs contain messages generated when your client submits transaction proposals to peer nodes, requests to join channels, enrolls an admin peer, and lists the chaincode instances on a peer node.
-
toBuilder
public NodeFabricLogPublishingConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeFabricLogPublishingConfiguration.Builder,NodeFabricLogPublishingConfiguration>
-
builder
public static NodeFabricLogPublishingConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends NodeFabricLogPublishingConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-