Interface CanInterface.Builder

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

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

    • name

      The unique name of the interface.

      Parameters:
      name - The unique name of the interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protocolName

      CanInterface.Builder protocolName(String protocolName)

      The name of the communication protocol for the interface.

      Parameters:
      protocolName - The name of the communication protocol for the interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protocolVersion

      CanInterface.Builder protocolVersion(String protocolVersion)

      The version of the communication protocol for the interface.

      Parameters:
      protocolVersion - The version of the communication protocol for the interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.