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 Details

    • 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

      • n-ethereum-goerli

      Parameters:
      networkId - The unique identifier of the network that the node is on.

      Ethereum public networks have the following NetworkIds:

      • n-ethereum-mainnet

      • n-ethereum-goerli

      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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.