| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
Sensor.Builder |
Sensor.Builder.allowedValues(Collection<String> allowedValues)
A list of possible values a sensor can take.
|
Sensor.Builder |
Sensor.Builder.allowedValues(String... allowedValues)
A list of possible values a sensor can take.
|
static Sensor.Builder |
Sensor.builder() |
Sensor.Builder |
Sensor.Builder.dataType(NodeDataType dataType)
The specified data type of the sensor.
|
Sensor.Builder |
Sensor.Builder.dataType(String dataType)
The specified data type of the sensor.
|
Sensor.Builder |
Sensor.Builder.description(String description)
A brief description of a sensor.
|
Sensor.Builder |
Sensor.Builder.fullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the sensor.
|
Sensor.Builder |
Sensor.Builder.max(Double max)
The specified possible maximum value of the sensor.
|
Sensor.Builder |
Sensor.Builder.min(Double min)
The specified possible minimum value of the sensor.
|
Sensor.Builder |
Sensor.toBuilder() |
Sensor.Builder |
Sensor.Builder.unit(String unit)
The scientific unit of measurement for data collected by the sensor.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Sensor.Builder> |
Sensor.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static Node |
Node.fromSensor(Consumer<Sensor.Builder> sensor)
Create an instance of this class with
Node.sensor() initialized to the given value. |
default Node.Builder |
Node.Builder.sensor(Consumer<Sensor.Builder> sensor)
Sets the value of the Sensor property for this object.
|
Copyright © 2022. All rights reserved.