Interface CfnDecoderManifest.SignalDecodersItemsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDecoderManifest.SignalDecodersItemsProperty.Jsii$Proxy
- Enclosing class:
CfnDecoderManifest
@Stability(Stable)
public static interface CfnDecoderManifest.SignalDecodersItemsProperty
extends software.amazon.jsii.JsiiSerializable
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.*; SignalDecodersItemsProperty signalDecodersItemsProperty = SignalDecodersItemsProperty.builder() .fullyQualifiedName("fullyQualifiedName") .interfaceId("interfaceId") .type("type") // the properties below are optional .canSignal(CanSignalProperty.builder() .factor("factor") .isBigEndian("isBigEndian") .isSigned("isSigned") .length("length") .messageId("messageId") .offset("offset") .startBit("startBit") // the properties below are optional .name("name") .build()) .obdSignal(ObdSignalProperty.builder() .byteLength("byteLength") .offset("offset") .pid("pid") .pidResponseLength("pidResponseLength") .scaling("scaling") .serviceMode("serviceMode") .startByte("startByte") // the properties below are optional .bitMaskLength("bitMaskLength") .bitRightShift("bitRightShift") .build()) .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDecoderManifest.SignalDecodersItemsProperty
static final class
An implementation forCfnDecoderManifest.SignalDecodersItemsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
`CfnDecoderManifest.SignalDecodersItemsProperty.CanSignal`.`CfnDecoderManifest.SignalDecodersItemsProperty.FullyQualifiedName`.`CfnDecoderManifest.SignalDecodersItemsProperty.InterfaceId`.default Object
`CfnDecoderManifest.SignalDecodersItemsProperty.ObdSignal`.getType()
`CfnDecoderManifest.SignalDecodersItemsProperty.Type`.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFullyQualifiedName
`CfnDecoderManifest.SignalDecodersItemsProperty.FullyQualifiedName`. -
getInterfaceId
`CfnDecoderManifest.SignalDecodersItemsProperty.InterfaceId`. -
getType
`CfnDecoderManifest.SignalDecodersItemsProperty.Type`. -
getCanSignal
`CfnDecoderManifest.SignalDecodersItemsProperty.CanSignal`. -
getObdSignal
`CfnDecoderManifest.SignalDecodersItemsProperty.ObdSignal`. -
builder
-