Class CfnSignalCatalog.NodeCountsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog.NodeCountsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSignalCatalog.NodeCountsProperty>
- Enclosing interface:
CfnSignalCatalog.NodeCountsProperty
@Stability(Stable)
public static final class CfnSignalCatalog.NodeCountsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSignalCatalog.NodeCountsProperty>
A builder for
CfnSignalCatalog.NodeCountsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.totalActuators
(Number totalActuators) Sets the value ofCfnSignalCatalog.NodeCountsProperty.getTotalActuators()
totalAttributes
(Number totalAttributes) Sets the value ofCfnSignalCatalog.NodeCountsProperty.getTotalAttributes()
totalBranches
(Number totalBranches) Sets the value ofCfnSignalCatalog.NodeCountsProperty.getTotalBranches()
totalNodes
(Number totalNodes) Sets the value ofCfnSignalCatalog.NodeCountsProperty.getTotalNodes()
totalSensors
(Number totalSensors) Sets the value ofCfnSignalCatalog.NodeCountsProperty.getTotalSensors()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
totalActuators
@Stability(Stable) public CfnSignalCatalog.NodeCountsProperty.Builder totalActuators(Number totalActuators) Sets the value ofCfnSignalCatalog.NodeCountsProperty.getTotalActuators()
- Parameters:
totalActuators
- (Optional) The total number of nodes in a vehicle network that represent actuators.- Returns:
this
-
totalAttributes
@Stability(Stable) public CfnSignalCatalog.NodeCountsProperty.Builder totalAttributes(Number totalAttributes) Sets the value ofCfnSignalCatalog.NodeCountsProperty.getTotalAttributes()
- Parameters:
totalAttributes
- (Optional) The total number of nodes in a vehicle network that represent attributes.- Returns:
this
-
totalBranches
@Stability(Stable) public CfnSignalCatalog.NodeCountsProperty.Builder totalBranches(Number totalBranches) Sets the value ofCfnSignalCatalog.NodeCountsProperty.getTotalBranches()
- Parameters:
totalBranches
- (Optional) The total number of nodes in a vehicle network that represent branches.- Returns:
this
-
totalNodes
Sets the value ofCfnSignalCatalog.NodeCountsProperty.getTotalNodes()
- Parameters:
totalNodes
- (Optional) The total number of nodes in a vehicle network.- Returns:
this
-
totalSensors
@Stability(Stable) public CfnSignalCatalog.NodeCountsProperty.Builder totalSensors(Number totalSensors) Sets the value ofCfnSignalCatalog.NodeCountsProperty.getTotalSensors()
- Parameters:
totalSensors
- (Optional) The total number of nodes in a vehicle network that represent sensors.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnSignalCatalog.NodeCountsProperty>
- Returns:
- a new instance of
CfnSignalCatalog.NodeCountsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-