@Generated(value="software.amazon.awssdk:codegen") public final class NodeFabricAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeFabricAttributes.Builder,NodeFabricAttributes>
Attributes of Hyperledger Fabric for a peer node on a Hyperledger Fabric network on Managed Blockchain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NodeFabricAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NodeFabricAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
peerEndpoint()
The endpoint that identifies the peer node for all services except peer channel-based event services.
|
String |
peerEventEndpoint()
The endpoint that identifies the peer node for peer channel-based event services.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NodeFabricAttributes.Builder> |
serializableBuilderClass() |
NodeFabricAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String peerEndpoint()
The endpoint that identifies the peer node for all services except peer channel-based event services.
public final String peerEventEndpoint()
The endpoint that identifies the peer node for peer channel-based event services.
public NodeFabricAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NodeFabricAttributes.Builder,NodeFabricAttributes>public static NodeFabricAttributes.Builder builder()
public static Class<? extends NodeFabricAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.