@Stability(value=Stable)
public static interface CfnDecoderManifest.ObdNetworkInterfaceProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
Object dtcRequestIntervalSeconds;
Object hasTransmissionEcu;
Object pidRequestIntervalSeconds;
Object requestMessageId;
Object useExtendedIds;
ObdNetworkInterfaceProperty obdNetworkInterfaceProperty = ObdNetworkInterfaceProperty.builder()
.interfaceId("interfaceId")
.obdInterface(ObdInterfaceProperty.builder()
.name("name")
.requestMessageId(requestMessageId)
// the properties below are optional
.dtcRequestIntervalSeconds(dtcRequestIntervalSeconds)
.hasTransmissionEcu(hasTransmissionEcu)
.obdStandard("obdStandard")
.pidRequestIntervalSeconds(pidRequestIntervalSeconds)
.useExtendedIds(useExtendedIds)
.build())
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDecoderManifest.ObdNetworkInterfaceProperty.Builder
A builder for
CfnDecoderManifest.ObdNetworkInterfaceProperty |
static class |
CfnDecoderManifest.ObdNetworkInterfaceProperty.Jsii$Proxy
An implementation for
CfnDecoderManifest.ObdNetworkInterfaceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDecoderManifest.ObdNetworkInterfaceProperty.Builder |
builder() |
String |
getInterfaceId()
`CfnDecoderManifest.ObdNetworkInterfaceProperty.InterfaceId`.
|
Object |
getObdInterface()
`CfnDecoderManifest.ObdNetworkInterfaceProperty.ObdInterface`.
|
String |
getType()
`CfnDecoderManifest.ObdNetworkInterfaceProperty.Type`.
|
@Stability(value=Stable) @NotNull String getInterfaceId()
@Stability(value=Stable) @NotNull Object getObdInterface()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnDecoderManifest.ObdNetworkInterfaceProperty.Builder builder()
Copyright © 2022. All rights reserved.