| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
static CanInterface.Builder |
CanInterface.builder() |
CanInterface.Builder |
CanInterface.Builder.name(String name)
The unique name of the interface.
|
CanInterface.Builder |
CanInterface.Builder.protocolName(String protocolName)
The name of the communication protocol for the interface.
|
CanInterface.Builder |
CanInterface.Builder.protocolVersion(String protocolVersion)
The version of the communication protocol for the interface.
|
CanInterface.Builder |
CanInterface.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CanInterface.Builder> |
CanInterface.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NetworkInterface.Builder |
NetworkInterface.Builder.canInterface(Consumer<CanInterface.Builder> canInterface)
Information about a network interface specified by the Controller Area Network (CAN) protocol.
|
Copyright © 2022. All rights reserved.