Class NodeFabricAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.managedblockchain.model.NodeFabricAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NodeFabricAttributes.Builder,NodeFabricAttributes>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNodeFabricAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeFabricAttributes.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpeerEndpoint()The endpoint that identifies the peer node for all services except peer channel-based event services.StringpeerEventEndpoint()The endpoint that identifies the peer node for peer channel-based event services.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NodeFabricAttributes.Builder>serializableBuilderClass()NodeFabricAttributes.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
-
peerEndpoint
public final String peerEndpoint()
The endpoint that identifies the peer node for all services except peer channel-based event services.
- Returns:
- The endpoint that identifies the peer node for all services except peer channel-based event services.
-
peerEventEndpoint
public final String peerEventEndpoint()
The endpoint that identifies the peer node for peer channel-based event services.
- Returns:
- The endpoint that identifies the peer node for peer channel-based event services.
-
toBuilder
public NodeFabricAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeFabricAttributes.Builder,NodeFabricAttributes>
-
builder
public static NodeFabricAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends NodeFabricAttributes.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
-
-