| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
Node.Builder |
Node.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the node.
|
Node.Builder |
Node.Builder.availabilityZone(String availabilityZone)
The Availability Zone in which the node exists.
|
static Node.Builder |
Node.builder() |
Node.Builder |
Node.Builder.creationDate(Instant creationDate)
The date and time that the node was created.
|
default Node.Builder |
Node.Builder.frameworkAttributes(Consumer<NodeFrameworkAttributes.Builder> frameworkAttributes)
Attributes of the blockchain framework being used.
|
Node.Builder |
Node.Builder.frameworkAttributes(NodeFrameworkAttributes frameworkAttributes)
Attributes of the blockchain framework being used.
|
Node.Builder |
Node.Builder.id(String id)
The unique identifier of the node.
|
Node.Builder |
Node.Builder.instanceType(String instanceType)
The instance type of the node.
|
Node.Builder |
Node.Builder.kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the customer managed key in Key Management Service (KMS) that the node uses
for encryption at rest.
|
default Node.Builder |
Node.Builder.logPublishingConfiguration(Consumer<NodeLogPublishingConfiguration.Builder> logPublishingConfiguration)
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on
Managed Blockchain.
|
Node.Builder |
Node.Builder.logPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on
Managed Blockchain.
|
Node.Builder |
Node.Builder.memberId(String memberId)
The unique identifier of the member to which the node belongs.
|
Node.Builder |
Node.Builder.networkId(String networkId)
The unique identifier of the network that the node is on.
|
Node.Builder |
Node.Builder.stateDB(StateDBType stateDB)
The state database that the node uses.
|
Node.Builder |
Node.Builder.stateDB(String stateDB)
The state database that the node uses.
|
Node.Builder |
Node.Builder.status(NodeStatus status)
The status of the node.
|
Node.Builder |
Node.Builder.status(String status)
The status of the node.
|
Node.Builder |
Node.Builder.tags(Map<String,String> tags)
Tags assigned to the node.
|
Node.Builder |
Node.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Node.Builder> |
Node.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetNodeResponse.Builder |
GetNodeResponse.Builder.node(Consumer<Node.Builder> node)
Properties of the node configuration.
|
Copyright © 2023. All rights reserved.