Interface UpdateNodeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateNodeRequest.Builder,UpdateNodeRequest>,ManagedBlockchainRequest.Builder,SdkBuilder<UpdateNodeRequest.Builder,UpdateNodeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateNodeRequest
public static interface UpdateNodeRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<UpdateNodeRequest.Builder,UpdateNodeRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.managedblockchain.model.ManagedBlockchainRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
networkId
UpdateNodeRequest.Builder networkId(String networkId)
The unique identifier of the network that the node is on.
- Parameters:
networkId- The unique identifier of the network that the node is on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberId
UpdateNodeRequest.Builder memberId(String memberId)
The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric.
- Parameters:
memberId- The unique identifier of the member that owns the node.Applies only to Hyperledger Fabric.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeId
UpdateNodeRequest.Builder nodeId(String nodeId)
The unique identifier of the node.
- Parameters:
nodeId- The unique identifier of the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logPublishingConfiguration
UpdateNodeRequest.Builder logPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for publishing to Amazon CloudWatch Logs.
- Parameters:
logPublishingConfiguration- Configuration properties for publishing to Amazon CloudWatch Logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logPublishingConfiguration
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.Builderavoiding the need to create one manually viaNodeLogPublishingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologPublishingConfiguration(NodeLogPublishingConfiguration).- Parameters:
logPublishingConfiguration- a consumer that will call methods onNodeLogPublishingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
logPublishingConfiguration(NodeLogPublishingConfiguration)
-
overrideConfiguration
UpdateNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-