@Stability(value=Stable)
public static interface CfnDecoderManifest.CanNetworkInterfaceProperty
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.*;
CanNetworkInterfaceProperty canNetworkInterfaceProperty = CanNetworkInterfaceProperty.builder()
.canInterface(CanInterfaceProperty.builder()
.name("name")
// the properties below are optional
.protocolName("protocolName")
.protocolVersion("protocolVersion")
.build())
.interfaceId("interfaceId")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDecoderManifest.CanNetworkInterfaceProperty.Builder
A builder for
CfnDecoderManifest.CanNetworkInterfaceProperty |
static class |
CfnDecoderManifest.CanNetworkInterfaceProperty.Jsii$Proxy
An implementation for
CfnDecoderManifest.CanNetworkInterfaceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDecoderManifest.CanNetworkInterfaceProperty.Builder |
builder() |
Object |
getCanInterface()
`CfnDecoderManifest.CanNetworkInterfaceProperty.CanInterface`.
|
String |
getInterfaceId()
`CfnDecoderManifest.CanNetworkInterfaceProperty.InterfaceId`.
|
String |
getType()
`CfnDecoderManifest.CanNetworkInterfaceProperty.Type`.
|
@Stability(value=Stable) @NotNull Object getCanInterface()
@Stability(value=Stable) @NotNull String getInterfaceId()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnDecoderManifest.CanNetworkInterfaceProperty.Builder builder()
Copyright © 2022. All rights reserved.