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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeCounts.BuildertotalActuators(Integer totalActuators)The total number of nodes in a vehicle network that represent actuators.NodeCounts.BuildertotalAttributes(Integer totalAttributes)The total number of nodes in a vehicle network that represent attributes.NodeCounts.BuildertotalBranches(Integer totalBranches)The total number of nodes in a vehicle network that represent branches.NodeCounts.BuildertotalNodes(Integer totalNodes)The total number of nodes in a vehicle network.NodeCounts.BuildertotalProperties(Integer totalProperties)The total properties for the node.NodeCounts.BuildertotalSensors(Integer totalSensors)The total number of nodes in a vehicle network that represent sensors.NodeCounts.BuildertotalStructs(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, sdkFields
-
-
-
-
Method Detail
-
totalNodes
NodeCounts.Builder totalNodes(Integer 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
NodeCounts.Builder totalBranches(Integer 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
NodeCounts.Builder totalSensors(Integer 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
NodeCounts.Builder totalAttributes(Integer 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
NodeCounts.Builder totalActuators(Integer 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
NodeCounts.Builder totalStructs(Integer 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
NodeCounts.Builder totalProperties(Integer 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.
-
-