Interface Builder<T>

Type Parameters:
T - The type of object built.
All Known Subinterfaces:
BlockAndPrivateDataEventsRequest.Builder, BlockEventsRequest.Builder, ChaincodeEventsRequest.Builder, EventsBuilder<T>, FilteredBlockEventsRequest.Builder, Proposal.Builder

public interface Builder<T>
A builder used to create new object instances from configuration state.
  • Method Summary

    Modifier and Type
    Method
    Description
    Build an instance.
  • Method Details

    • build

      T build()
      Build an instance.
      Returns:
      A built instance.