Interface CanDbcDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CanDbcDefinition.Builder,CanDbcDefinition>,SdkBuilder<CanDbcDefinition.Builder,CanDbcDefinition>,SdkPojo
- Enclosing class:
- CanDbcDefinition
public static interface CanDbcDefinition.Builder extends SdkPojo, CopyableBuilder<CanDbcDefinition.Builder,CanDbcDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CanDbcDefinition.BuildercanDbcFiles(Collection<SdkBytes> canDbcFiles)A list of DBC files.CanDbcDefinition.BuildercanDbcFiles(SdkBytes... canDbcFiles)A list of DBC files.CanDbcDefinition.BuildernetworkInterface(String networkInterface)Contains information about a network interface.CanDbcDefinition.BuildersignalsMap(Map<String,String> signalsMap)Pairs every signal specified in your vehicle model with a signal decoder.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
networkInterface
CanDbcDefinition.Builder networkInterface(String networkInterface)
Contains information about a network interface.
- Parameters:
networkInterface- Contains information about a network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
canDbcFiles
CanDbcDefinition.Builder canDbcFiles(Collection<SdkBytes> canDbcFiles)
A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list. The DBC file can be a maximum size of 200 MB.
- Parameters:
canDbcFiles- A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list. The DBC file can be a maximum size of 200 MB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
canDbcFiles
CanDbcDefinition.Builder canDbcFiles(SdkBytes... canDbcFiles)
A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list. The DBC file can be a maximum size of 200 MB.
- Parameters:
canDbcFiles- A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list. The DBC file can be a maximum size of 200 MB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalsMap
CanDbcDefinition.Builder signalsMap(Map<String,String> signalsMap)
Pairs every signal specified in your vehicle model with a signal decoder.
- Parameters:
signalsMap- Pairs every signal specified in your vehicle model with a signal decoder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-