| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain |
|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateNodeResponse> |
ManagedBlockchainAsyncClient.createNode(Consumer<CreateNodeRequest.Builder> createNodeRequest)
Creates a node on the specified blockchain network.
|
default CreateNodeResponse |
ManagedBlockchainClient.createNode(Consumer<CreateNodeRequest.Builder> createNodeRequest)
Creates a node on the specified blockchain network.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateNodeRequest.Builder |
CreateNodeRequest.builder() |
CreateNodeRequest.Builder |
CreateNodeRequest.Builder.clientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
CreateNodeRequest.Builder |
CreateNodeRequest.Builder.memberId(String memberId)
The unique identifier of the member that owns this node.
|
CreateNodeRequest.Builder |
CreateNodeRequest.Builder.networkId(String networkId)
The unique identifier of the network for the node.
|
default CreateNodeRequest.Builder |
CreateNodeRequest.Builder.nodeConfiguration(Consumer<NodeConfiguration.Builder> nodeConfiguration)
The properties of a node configuration.
|
CreateNodeRequest.Builder |
CreateNodeRequest.Builder.nodeConfiguration(NodeConfiguration nodeConfiguration)
The properties of a node configuration.
|
CreateNodeRequest.Builder |
CreateNodeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateNodeRequest.Builder |
CreateNodeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateNodeRequest.Builder |
CreateNodeRequest.Builder.tags(Map<String,String> tags)
Tags to assign to the node.
|
CreateNodeRequest.Builder |
CreateNodeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateNodeRequest.Builder> |
CreateNodeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.