Interface CfnDecoderManifestPropsMixin.CanInterfaceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDecoderManifestPropsMixin.CanInterfaceProperty.Jsii$Proxy
- Enclosing class:
CfnDecoderManifestPropsMixin
@Stability(Stable)
public static interface CfnDecoderManifestPropsMixin.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.cfnpropertymixins.services.iotfleetwise.*;
CanInterfaceProperty canInterfaceProperty = CanInterfaceProperty.builder()
.name("name")
.protocolName("protocolName")
.protocolVersion("protocolVersion")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDecoderManifestPropsMixin.CanInterfacePropertystatic final classAn implementation forCfnDecoderManifestPropsMixin.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
-