Interface CfnDecoderManifest.CanInterfaceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDecoderManifest.CanInterfaceProperty.Jsii$Proxy
- Enclosing class:
CfnDecoderManifest
@Stability(Stable)
public static interface CfnDecoderManifest.CanInterfaceProperty
extends software.amazon.jsii.JsiiSerializable
A single controller area network (CAN) device interface.
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.*;
CanInterfaceProperty canInterfaceProperty = CanInterfaceProperty.builder()
.name("name")
// the properties below are optional
.protocolName("protocolName")
.protocolVersion("protocolVersion")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDecoderManifest.CanInterfacePropertystatic final classAn implementation forCfnDecoderManifest.CanInterfaceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The unique name of the interface.- See Also:
-
getProtocolName
The name of the communication protocol for the interface.- See Also:
-
getProtocolVersion
The version of the communication protocol for the interface.- See Also:
-
builder
-