| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
DataType.Builder |
DataType.Builder.allowedValues(Collection<DataValue> allowedValues)
The allowed values for this data type.
|
DataType.Builder |
DataType.Builder.allowedValues(Consumer<DataValue.Builder>... allowedValues)
The allowed values for this data type.
|
DataType.Builder |
DataType.Builder.allowedValues(DataValue... allowedValues)
The allowed values for this data type.
|
static DataType.Builder |
DataType.builder() |
default DataType.Builder |
DataType.Builder.nestedType(Consumer<DataType.Builder> nestedType)
The nested type in the data type.
|
DataType.Builder |
DataType.Builder.nestedType(DataType nestedType)
The nested type in the data type.
|
default DataType.Builder |
DataType.Builder.relationship(Consumer<Relationship.Builder> relationship)
A relationship that associates a component with another component.
|
DataType.Builder |
DataType.Builder.relationship(Relationship relationship)
A relationship that associates a component with another component.
|
DataType.Builder |
DataType.toBuilder() |
DataType.Builder |
DataType.Builder.type(String type)
The underlying type of the data type.
|
DataType.Builder |
DataType.Builder.type(Type type)
The underlying type of the data type.
|
DataType.Builder |
DataType.Builder.unitOfMeasure(String unitOfMeasure)
The unit of measure used in this data type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataType.Builder> |
DataType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.Builder.dataType(Consumer<DataType.Builder> dataType)
An object that contains information about the data type.
|
default PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.dataType(Consumer<DataType.Builder> dataType)
An object that contains information about the data type.
|
default DataType.Builder |
DataType.Builder.nestedType(Consumer<DataType.Builder> nestedType)
The nested type in the data type.
|
Copyright © 2022. All rights reserved.