Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.CanInterface.Builder
-
Packages that use CanInterface.Builder Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of CanInterface.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return CanInterface.Builder Modifier and Type Method Description static CanInterface.BuilderCanInterface. builder()CanInterface.BuilderCanInterface.Builder. name(String name)The unique name of the interface.CanInterface.BuilderCanInterface.Builder. protocolName(String protocolName)The name of the communication protocol for the interface.CanInterface.BuilderCanInterface.Builder. protocolVersion(String protocolVersion)The version of the communication protocol for the interface.CanInterface.BuilderCanInterface. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type CanInterface.Builder Modifier and Type Method Description static Class<? extends CanInterface.Builder>CanInterface. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type CanInterface.Builder Modifier and Type Method Description default NetworkInterface.BuilderNetworkInterface.Builder. canInterface(Consumer<CanInterface.Builder> canInterface)Information about a network interface specified by the Controller Area Network (CAN) protocol.
-