Interface NodeFabricAttributes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NodeFabricAttributes.Builder,NodeFabricAttributes>, SdkBuilder<NodeFabricAttributes.Builder,NodeFabricAttributes>, SdkPojo
Enclosing class:
NodeFabricAttributes

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

    • peerEndpoint

      NodeFabricAttributes.Builder peerEndpoint(String peerEndpoint)

      The endpoint that identifies the peer node for all services except peer channel-based event services.

      Parameters:
      peerEndpoint - The endpoint that identifies the peer node for all services except peer channel-based event services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • peerEventEndpoint

      NodeFabricAttributes.Builder peerEventEndpoint(String peerEventEndpoint)

      The endpoint that identifies the peer node for peer channel-based event services.

      Parameters:
      peerEventEndpoint - The endpoint that identifies the peer node for peer channel-based event services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.