public static interface UpdateNodeRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<UpdateNodeRequest.Builder,UpdateNodeRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateNodeRequest.Builder networkId(String networkId)
The unique identifier of the network that the node is on.
networkId - The unique identifier of the network that the node is on.UpdateNodeRequest.Builder memberId(String memberId)
The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric.
memberId - The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric.
UpdateNodeRequest.Builder nodeId(String nodeId)
The unique identifier of the node.
nodeId - The unique identifier of the node.UpdateNodeRequest.Builder logPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for publishing to Amazon CloudWatch Logs.
logPublishingConfiguration - Configuration properties for publishing to Amazon CloudWatch Logs.default UpdateNodeRequest.Builder logPublishingConfiguration(Consumer<NodeLogPublishingConfiguration.Builder> logPublishingConfiguration)
Configuration properties for publishing to Amazon CloudWatch Logs.
This is a convenience method that creates an instance of theNodeLogPublishingConfiguration.Builder
avoiding the need to create one manually via NodeLogPublishingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to logPublishingConfiguration(NodeLogPublishingConfiguration).
logPublishingConfiguration - a consumer that will call methods on NodeLogPublishingConfiguration.BuilderlogPublishingConfiguration(NodeLogPublishingConfiguration)UpdateNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.