@Generated(value="software.amazon.awssdk:codegen") public final class NetworkFabricAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkFabricAttributes.Builder,NetworkFabricAttributes>
Attributes of Hyperledger Fabric for a network.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkFabricAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NetworkFabricAttributes.Builder |
builder() |
Edition |
edition()
The edition of Amazon Managed Blockchain that Hyperledger Fabric uses.
|
String |
editionAsString()
The edition of Amazon Managed Blockchain that Hyperledger Fabric uses.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
orderingServiceEndpoint()
The endpoint of the ordering service for the network.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkFabricAttributes.Builder> |
serializableBuilderClass() |
NetworkFabricAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String orderingServiceEndpoint()
The endpoint of the ordering service for the network.
public final Edition edition()
The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see Amazon Managed Blockchain Pricing.
If the service returns an enum value that is not available in the current SDK version, edition will
return Edition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
editionAsString().
Editionpublic final String editionAsString()
The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see Amazon Managed Blockchain Pricing.
If the service returns an enum value that is not available in the current SDK version, edition will
return Edition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
editionAsString().
Editionpublic NetworkFabricAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkFabricAttributes.Builder,NetworkFabricAttributes>public static NetworkFabricAttributes.Builder builder()
public static Class<? extends NetworkFabricAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.