| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
Attribute.Builder |
Attribute.Builder.allowedValues(Collection<String> allowedValues)
A list of possible values an attribute can be assigned.
|
Attribute.Builder |
Attribute.Builder.allowedValues(String... allowedValues)
A list of possible values an attribute can be assigned.
|
Attribute.Builder |
Attribute.Builder.assignedValue(String assignedValue)
A specified value for the attribute.
|
static Attribute.Builder |
Attribute.builder() |
Attribute.Builder |
Attribute.Builder.dataType(NodeDataType dataType)
The specified data type of the attribute.
|
Attribute.Builder |
Attribute.Builder.dataType(String dataType)
The specified data type of the attribute.
|
Attribute.Builder |
Attribute.Builder.defaultValue(String defaultValue)
The default value of the attribute.
|
Attribute.Builder |
Attribute.Builder.description(String description)
A brief description of the attribute.
|
Attribute.Builder |
Attribute.Builder.fullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the attribute.
|
Attribute.Builder |
Attribute.Builder.max(Double max)
The specified possible maximum value of the attribute.
|
Attribute.Builder |
Attribute.Builder.min(Double min)
The specified possible minimum value of the attribute.
|
Attribute.Builder |
Attribute.toBuilder() |
Attribute.Builder |
Attribute.Builder.unit(String unit)
The scientific unit for the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Attribute.Builder> |
Attribute.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Node.Builder |
Node.Builder.attribute(Consumer<Attribute.Builder> attribute)
Information about a node specified as an attribute.
|
static Node |
Node.fromAttribute(Consumer<Attribute.Builder> attribute)
Create an instance of this class with
Node.attribute() initialized to the given value. |
Copyright © 2022. All rights reserved.