| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
CustomProperty |
CustomProperty.clone() |
CustomProperty |
Node.getProperty()
Represents a member of the complex data structure.
|
CustomProperty |
CustomProperty.withComment(String comment)
A comment in addition to the description.
|
CustomProperty |
CustomProperty.withDataEncoding(NodeDataEncoding dataEncoding)
Indicates whether the property is binary data.
|
CustomProperty |
CustomProperty.withDataEncoding(String dataEncoding)
Indicates whether the property is binary data.
|
CustomProperty |
CustomProperty.withDataType(NodeDataType dataType)
The data type for the custom property.
|
CustomProperty |
CustomProperty.withDataType(String dataType)
The data type for the custom property.
|
CustomProperty |
CustomProperty.withDeprecationMessage(String deprecationMessage)
The deprecation message for the node or the branch that was moved or deleted.
|
CustomProperty |
CustomProperty.withDescription(String description)
A brief description of the custom property.
|
CustomProperty |
CustomProperty.withFullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the custom property.
|
CustomProperty |
CustomProperty.withStructFullyQualifiedName(String structFullyQualifiedName)
The fully qualified name of the struct node for the custom property if the data type of the custom property is
Struct or StructArray. |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setProperty(CustomProperty property)
Represents a member of the complex data structure.
|
Node |
Node.withProperty(CustomProperty property)
Represents a member of the complex data structure.
|
Copyright © 2025. All rights reserved.