Class NodeFrameworkAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.managedblockchain.model.NodeFrameworkAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NodeFrameworkAttributes.Builder,NodeFrameworkAttributes>
@Generated("software.amazon.awssdk:codegen") public final class NodeFrameworkAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeFrameworkAttributes.Builder,NodeFrameworkAttributes>
Attributes relevant to a node on a Managed Blockchain network for the blockchain framework that the network uses.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNodeFrameworkAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeFrameworkAttributes.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)NodeEthereumAttributesethereum()Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.NodeFabricAttributesfabric()Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NodeFrameworkAttributes.Builder>serializableBuilderClass()NodeFrameworkAttributes.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
-
fabric
public final NodeFabricAttributes fabric()
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
- Returns:
- Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
-
ethereum
public final NodeEthereumAttributes ethereum()
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
- Returns:
- Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
-
toBuilder
public NodeFrameworkAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeFrameworkAttributes.Builder,NodeFrameworkAttributes>
-
builder
public static NodeFrameworkAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends NodeFrameworkAttributes.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
-
-