| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.clone() |
Attribute |
Node.getAttribute()
Information about a node specified as an attribute.
|
Attribute |
Attribute.withAllowedValues(Collection<String> allowedValues)
A list of possible values an attribute can be assigned.
|
Attribute |
Attribute.withAllowedValues(String... allowedValues)
A list of possible values an attribute can be assigned.
|
Attribute |
Attribute.withAssignedValue(String assignedValue)
Deprecated.
|
Attribute |
Attribute.withDataType(NodeDataType dataType)
The specified data type of the attribute.
|
Attribute |
Attribute.withDataType(String dataType)
The specified data type of the attribute.
|
Attribute |
Attribute.withDefaultValue(String defaultValue)
The default value of the attribute.
|
Attribute |
Attribute.withDescription(String description)
A brief description of the attribute.
|
Attribute |
Attribute.withFullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the attribute.
|
Attribute |
Attribute.withMax(Double max)
The specified possible maximum value of the attribute.
|
Attribute |
Attribute.withMin(Double min)
The specified possible minimum value of the attribute.
|
Attribute |
Attribute.withUnit(String unit)
The scientific unit for the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setAttribute(Attribute attribute)
Information about a node specified as an attribute.
|
Node |
Node.withAttribute(Attribute attribute)
Information about a node specified as an attribute.
|
Copyright © 2023. All rights reserved.