Interface NodeCounts.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<NodeCounts.Builder,,NodeCounts> SdkBuilder<NodeCounts.Builder,,NodeCounts> SdkPojo
- Enclosing class:
 NodeCounts
public static interface NodeCounts.Builder
extends SdkPojo, CopyableBuilder<NodeCounts.Builder,NodeCounts> 
- 
Method Summary
Modifier and TypeMethodDescriptiontotalActuators(Integer totalActuators) The total number of nodes in a vehicle network that represent actuators.totalAttributes(Integer totalAttributes) The total number of nodes in a vehicle network that represent attributes.totalBranches(Integer totalBranches) The total number of nodes in a vehicle network that represent branches.totalNodes(Integer totalNodes) The total number of nodes in a vehicle network.totalSensors(Integer totalSensors) The total number of nodes in a vehicle network that represent sensors.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, sdkFields 
- 
Method Details
- 
totalNodes
The total number of nodes in a vehicle network.
- Parameters:
 totalNodes- The total number of nodes in a vehicle network.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
totalBranches
The total number of nodes in a vehicle network that represent branches.
- Parameters:
 totalBranches- The total number of nodes in a vehicle network that represent branches.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
totalSensors
The total number of nodes in a vehicle network that represent sensors.
- Parameters:
 totalSensors- The total number of nodes in a vehicle network that represent sensors.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
totalAttributes
The total number of nodes in a vehicle network that represent attributes.
- Parameters:
 totalAttributes- The total number of nodes in a vehicle network that represent attributes.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
totalActuators
The total number of nodes in a vehicle network that represent actuators.
- Parameters:
 totalActuators- The total number of nodes in a vehicle network that represent actuators.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -