Interface DeleteNodeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteNodeRequest.Builder,DeleteNodeRequest>,ManagedBlockchainRequest.Builder,SdkBuilder<DeleteNodeRequest.Builder,DeleteNodeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteNodeRequest
public static interface DeleteNodeRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<DeleteNodeRequest.Builder,DeleteNodeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteNodeRequest.BuildermemberId(String memberId)The unique identifier of the member that owns this node.DeleteNodeRequest.BuildernetworkId(String networkId)The unique identifier of the network that the node is on.DeleteNodeRequest.BuildernodeId(String nodeId)The unique identifier of the node.DeleteNodeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteNodeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
DeleteNodeRequest.Builder networkId(String networkId)
The unique identifier of the network that the node is on.
Ethereum public networks have the following
NetworkIds:-
n-ethereum-mainnet
- Parameters:
networkId- The unique identifier of the network that the node is on.Ethereum public networks have the following
NetworkIds:-
n-ethereum-mainnet
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
memberId
DeleteNodeRequest.Builder memberId(String memberId)
The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
- Parameters:
memberId- The unique identifier of the member that owns this node.Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeId
DeleteNodeRequest.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.
-
overrideConfiguration
DeleteNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-