Class CfnSignalCatalog.ActuatorProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog.ActuatorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSignalCatalog.ActuatorProperty>
- Enclosing interface:
CfnSignalCatalog.ActuatorProperty
@Stability(Stable)
public static final class CfnSignalCatalog.ActuatorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSignalCatalog.ActuatorProperty>
A builder for
CfnSignalCatalog.ActuatorProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallowedValues
(List<String> allowedValues) Sets the value ofCfnSignalCatalog.ActuatorProperty.getAllowedValues()
assignedValue
(String assignedValue) Sets the value ofCfnSignalCatalog.ActuatorProperty.getAssignedValue()
build()
Builds the configured instance.Sets the value ofCfnSignalCatalog.ActuatorProperty.getDataType()
description
(String description) Sets the value ofCfnSignalCatalog.ActuatorProperty.getDescription()
fullyQualifiedName
(String fullyQualifiedName) Sets the value ofCfnSignalCatalog.ActuatorProperty.getFullyQualifiedName()
Sets the value ofCfnSignalCatalog.ActuatorProperty.getMax()
Sets the value ofCfnSignalCatalog.ActuatorProperty.getMin()
Sets the value ofCfnSignalCatalog.ActuatorProperty.getUnit()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataType
Sets the value ofCfnSignalCatalog.ActuatorProperty.getDataType()
- Parameters:
dataType
- The specified data type of the actuator. This parameter is required.- Returns:
this
-
fullyQualifiedName
@Stability(Stable) public CfnSignalCatalog.ActuatorProperty.Builder fullyQualifiedName(String fullyQualifiedName) Sets the value ofCfnSignalCatalog.ActuatorProperty.getFullyQualifiedName()
- Parameters:
fullyQualifiedName
- The fully qualified name of the actuator. This parameter is required. For example, the fully qualified name of an actuator might beVehicle.Front.Left.Door.Lock
.- Returns:
this
-
allowedValues
@Stability(Stable) public CfnSignalCatalog.ActuatorProperty.Builder allowedValues(List<String> allowedValues) Sets the value ofCfnSignalCatalog.ActuatorProperty.getAllowedValues()
- Parameters:
allowedValues
- (Optional) A list of possible values an actuator can take.- Returns:
this
-
assignedValue
@Stability(Stable) public CfnSignalCatalog.ActuatorProperty.Builder assignedValue(String assignedValue) Sets the value ofCfnSignalCatalog.ActuatorProperty.getAssignedValue()
- Parameters:
assignedValue
- (Optional) A specified value for the actuator.- Returns:
this
-
description
Sets the value ofCfnSignalCatalog.ActuatorProperty.getDescription()
- Parameters:
description
- (Optional) A brief description of the actuator.- Returns:
this
-
max
Sets the value ofCfnSignalCatalog.ActuatorProperty.getMax()
- Parameters:
max
- (Optional) The specified possible maximum value of an actuator.- Returns:
this
-
min
Sets the value ofCfnSignalCatalog.ActuatorProperty.getMin()
- Parameters:
min
- (Optional) The specified possible minimum value of an actuator.- Returns:
this
-
unit
Sets the value ofCfnSignalCatalog.ActuatorProperty.getUnit()
- Parameters:
unit
- (Optional) The scientific unit for the actuator.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnSignalCatalog.ActuatorProperty>
- Returns:
- a new instance of
CfnSignalCatalog.ActuatorProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-