Interface CfnDecoderManifest.ObdInterfaceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDecoderManifest.ObdInterfaceProperty.Jsii$Proxy
Enclosing class:
CfnDecoderManifest

@Stability(Stable) public static interface CfnDecoderManifest.ObdInterfaceProperty extends software.amazon.jsii.JsiiSerializable
A network interface that specifies the On-board diagnostic (OBD) II network protocol.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iotfleetwise.*;
 ObdInterfaceProperty obdInterfaceProperty = ObdInterfaceProperty.builder()
         .name("name")
         .requestMessageId("requestMessageId")
         // the properties below are optional
         .dtcRequestIntervalSeconds("dtcRequestIntervalSeconds")
         .hasTransmissionEcu("hasTransmissionEcu")
         .obdStandard("obdStandard")
         .pidRequestIntervalSeconds("pidRequestIntervalSeconds")
         .useExtendedIds("useExtendedIds")
         .build();
 
  • Method Details

    • getName

      @Stability(Stable) @NotNull String getName()
      The name of the interface.
    • getRequestMessageId

      @Stability(Stable) @NotNull String getRequestMessageId()
      The ID of the message requesting vehicle data.
    • getDtcRequestIntervalSeconds

      @Stability(Stable) @Nullable default String getDtcRequestIntervalSeconds()
      (Optional) The maximum number message requests per diagnostic trouble code per second.
    • getHasTransmissionEcu

      @Stability(Stable) @Nullable default String getHasTransmissionEcu()
      (Optional) Whether the vehicle has a transmission control module (TCM).
    • getObdStandard

      @Stability(Stable) @Nullable default String getObdStandard()
      (Optional) The standard OBD II PID.
    • getPidRequestIntervalSeconds

      @Stability(Stable) @Nullable default String getPidRequestIntervalSeconds()
      (Optional) The maximum number message requests per second.
    • getUseExtendedIds

      @Stability(Stable) @Nullable default String getUseExtendedIds()
      (Optional) Whether to use extended IDs in the message.
    • builder

      @Stability(Stable) static CfnDecoderManifest.ObdInterfaceProperty.Builder builder()
      Returns:
      a CfnDecoderManifest.ObdInterfaceProperty.Builder of CfnDecoderManifest.ObdInterfaceProperty