Interface GetNodeResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetNodeResponse.Builder,GetNodeResponse>, ManagedBlockchainResponse.Builder, SdkBuilder<GetNodeResponse.Builder,GetNodeResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetNodeResponse

public static interface GetNodeResponse.Builder extends ManagedBlockchainResponse.Builder, SdkPojo, CopyableBuilder<GetNodeResponse.Builder,GetNodeResponse>
  • Method Details

    • node

      Properties of the node configuration.

      Parameters:
      node - Properties of the node configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • node

      Properties of the node configuration.

      This is a convenience method that creates an instance of the Node.Builder avoiding the need to create one manually via Node.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to node(Node).

      Parameters:
      node - a consumer that will call methods on Node.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: