| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain |
|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateNodeResponse> |
ManagedBlockchainAsyncClient.updateNode(Consumer<UpdateNodeRequest.Builder> updateNodeRequest)
Updates a node configuration with new parameters.
|
default UpdateNodeResponse |
ManagedBlockchainClient.updateNode(Consumer<UpdateNodeRequest.Builder> updateNodeRequest)
Updates a node configuration with new parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateNodeRequest.Builder |
UpdateNodeRequest.builder() |
default UpdateNodeRequest.Builder |
UpdateNodeRequest.Builder.logPublishingConfiguration(Consumer<NodeLogPublishingConfiguration.Builder> logPublishingConfiguration)
Configuration properties for publishing to Amazon CloudWatch Logs.
|
UpdateNodeRequest.Builder |
UpdateNodeRequest.Builder.logPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for publishing to Amazon CloudWatch Logs.
|
UpdateNodeRequest.Builder |
UpdateNodeRequest.Builder.memberId(String memberId)
The unique identifier of the member that owns the node.
|
UpdateNodeRequest.Builder |
UpdateNodeRequest.Builder.networkId(String networkId)
The unique identifier of the network that the node is on.
|
UpdateNodeRequest.Builder |
UpdateNodeRequest.Builder.nodeId(String nodeId)
The unique identifier of the node.
|
UpdateNodeRequest.Builder |
UpdateNodeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNodeRequest.Builder |
UpdateNodeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateNodeRequest.Builder |
UpdateNodeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateNodeRequest.Builder> |
UpdateNodeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.