public static interface CanInterface.Builder extends SdkPojo, CopyableBuilder<CanInterface.Builder,CanInterface>
| Modifier and Type | Method and Description |
|---|---|
CanInterface.Builder |
name(String name)
The unique name of the interface.
|
CanInterface.Builder |
protocolName(String protocolName)
The name of the communication protocol for the interface.
|
CanInterface.Builder |
protocolVersion(String protocolVersion)
The version of the communication protocol for the interface.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCanInterface.Builder name(String name)
The unique name of the interface.
name - The unique name of the interface.CanInterface.Builder protocolName(String protocolName)
The name of the communication protocol for the interface.
protocolName - The name of the communication protocol for the interface.CanInterface.Builder protocolVersion(String protocolVersion)
The version of the communication protocol for the interface.
protocolVersion - The version of the communication protocol for the interface.Copyright © 2022. All rights reserved.