Interface NodeCounts.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NodeCounts.Builder,
,NodeCounts> SdkBuilder<NodeCounts.Builder,
,NodeCounts> SdkPojo
- Enclosing class:
NodeCounts
@Mutable
@NotThreadSafe
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.totalProperties
(Integer totalProperties) The total properties for the node.totalSensors
(Integer totalSensors) The total number of nodes in a vehicle network that represent sensors.totalStructs
(Integer totalStructs) The total structure for the node.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, sdkFieldNameToField, 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.
-
totalStructs
The total structure for the node.
- Parameters:
totalStructs
- The total structure for the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalProperties
The total properties for the node.
- Parameters:
totalProperties
- The total properties for the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-