@Stability(value=Stable)
public static interface CfnDecoderManifest.CanInterfaceProperty
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.*;
CanInterfaceProperty canInterfaceProperty = CanInterfaceProperty.builder()
.name("name")
// the properties below are optional
.protocolName("protocolName")
.protocolVersion("protocolVersion")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDecoderManifest.CanInterfaceProperty.Builder
A builder for
CfnDecoderManifest.CanInterfaceProperty |
static class |
CfnDecoderManifest.CanInterfaceProperty.Jsii$Proxy
An implementation for
CfnDecoderManifest.CanInterfaceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDecoderManifest.CanInterfaceProperty.Builder |
builder() |
String |
getName()
`CfnDecoderManifest.CanInterfaceProperty.Name`.
|
default String |
getProtocolName()
`CfnDecoderManifest.CanInterfaceProperty.ProtocolName`.
|
default String |
getProtocolVersion()
`CfnDecoderManifest.CanInterfaceProperty.ProtocolVersion`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getProtocolName()
@Stability(value=Stable) @Nullable default String getProtocolVersion()
@Stability(value=Stable) static CfnDecoderManifest.CanInterfaceProperty.Builder builder()
Copyright © 2022. All rights reserved.