| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.clone() |
Node |
GetNodeResult.getNode()
Properties of the node configuration.
|
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.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 in.
|
Node |
Node.withStatus(NodeStatus status)
The status of the node.
|
Node |
Node.withStatus(String status)
The status of 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 © 2019. All rights reserved.