| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Node |
Node.clearTagsEntries()
Removes all the entries added into Tags.
|
Node |
Node.clone() |
Node |
GetNodeResult.getNode()
Properties of the node configuration.
|
Node |
Node.withArn(String arn)
The Amazon Resource Name (ARN) of the node.
|
Node |
Node.withAvailabilityZone(String availabilityZone)
The Availability Zone in which the node exists.
|
Node |
Node.withCreationDate(Date creationDate)
The date and time that the node was created.
|
Node |
Node.withFrameworkAttributes(NodeFrameworkAttributes frameworkAttributes)
Attributes of the blockchain framework being used.
|
Node |
Node.withId(String id)
The unique identifier of the node.
|
Node |
Node.withInstanceType(String instanceType)
The instance type of the node.
|
Node |
Node.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service (AWS KMS) that the node
uses for encryption at rest.
|
Node |
Node.withLogPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on
Managed Blockchain.
|
Node |
Node.withMemberId(String memberId)
The unique identifier of the member to which the node belongs.
|
Node |
Node.withNetworkId(String networkId)
The unique identifier of the network that the node is on.
|
Node |
Node.withStateDB(StateDBType stateDB)
The state database that the node uses.
|
Node |
Node.withStateDB(String stateDB)
The state database that the node uses.
|
Node |
Node.withStatus(NodeStatus status)
The status of the node.
|
Node |
Node.withStatus(String status)
The status of the node.
|
Node |
Node.withTags(Map<String,String> tags)
Tags assigned to the node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetNodeResult.setNode(Node node)
Properties of the node configuration.
|
GetNodeResult |
GetNodeResult.withNode(Node node)
Properties of the node configuration.
|
Copyright © 2021. All rights reserved.