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
Modifier and TypeMethodDescriptioncanDbcFiles(Collection<SdkBytes> canDbcFiles) A list of DBC files.canDbcFiles(SdkBytes... canDbcFiles) A list of DBC files.networkInterface(String networkInterface) Contains information about a network interface.signalsMap(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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
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
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.
 
 
 -