Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.NodeCounts.Builder
-
Packages that use NodeCounts.Builder Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of NodeCounts.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return NodeCounts.Builder Modifier and Type Method Description static NodeCounts.BuilderNodeCounts. builder()NodeCounts.BuilderNodeCounts. toBuilder()NodeCounts.BuilderNodeCounts.Builder. totalActuators(Integer totalActuators)The total number of nodes in a vehicle network that represent actuators.NodeCounts.BuilderNodeCounts.Builder. totalAttributes(Integer totalAttributes)The total number of nodes in a vehicle network that represent attributes.NodeCounts.BuilderNodeCounts.Builder. totalBranches(Integer totalBranches)The total number of nodes in a vehicle network that represent branches.NodeCounts.BuilderNodeCounts.Builder. totalNodes(Integer totalNodes)The total number of nodes in a vehicle network.NodeCounts.BuilderNodeCounts.Builder. totalProperties(Integer totalProperties)The total properties for the node.NodeCounts.BuilderNodeCounts.Builder. totalSensors(Integer totalSensors)The total number of nodes in a vehicle network that represent sensors.NodeCounts.BuilderNodeCounts.Builder. totalStructs(Integer totalStructs)The total structure for the node.Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type NodeCounts.Builder Modifier and Type Method Description static Class<? extends NodeCounts.Builder>NodeCounts. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type NodeCounts.Builder Modifier and Type Method Description default GetSignalCatalogResponse.BuilderGetSignalCatalogResponse.Builder. nodeCounts(Consumer<NodeCounts.Builder> nodeCounts)The total number of network nodes specified in a signal catalog.
-