Interface CanDbcDefinition.Builder

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

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

    • networkInterface

      CanDbcDefinition.Builder networkInterface(String networkInterface)

      Contains information about a network interface.

      Parameters:
      networkInterface - Contains information about a network interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • canDbcFiles

      CanDbcDefinition.Builder canDbcFiles(Collection<SdkBytes> canDbcFiles)

      A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list.

      Parameters:
      canDbcFiles - A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • canDbcFiles

      CanDbcDefinition.Builder canDbcFiles(SdkBytes... canDbcFiles)

      A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list.

      Parameters:
      canDbcFiles - A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • signalsMap

      CanDbcDefinition.Builder signalsMap(Map<String,String> signalsMap)

      Pairs every signal specified in your vehicle model with a signal decoder.

      Parameters:
      signalsMap - Pairs every signal specified in your vehicle model with a signal decoder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.