Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.DataType.Builder
-
Packages that use DataType.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of DataType.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return DataType.Builder Modifier and Type Method Description DataType.BuilderDataType.Builder. allowedValues(Collection<DataValue> allowedValues)The allowed values for this data type.DataType.BuilderDataType.Builder. allowedValues(Consumer<DataValue.Builder>... allowedValues)The allowed values for this data type.DataType.BuilderDataType.Builder. allowedValues(DataValue... allowedValues)The allowed values for this data type.static DataType.BuilderDataType. builder()default DataType.BuilderDataType.Builder. nestedType(Consumer<DataType.Builder> nestedType)The nested type in the data type.DataType.BuilderDataType.Builder. nestedType(DataType nestedType)The nested type in the data type.default DataType.BuilderDataType.Builder. relationship(Consumer<Relationship.Builder> relationship)A relationship that associates a component with another component.DataType.BuilderDataType.Builder. relationship(Relationship relationship)A relationship that associates a component with another component.DataType.BuilderDataType. toBuilder()DataType.BuilderDataType.Builder. type(String type)The underlying type of the data type.DataType.BuilderDataType.Builder. type(Type type)The underlying type of the data type.DataType.BuilderDataType.Builder. unitOfMeasure(String unitOfMeasure)The unit of measure used in this data type.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type DataType.Builder Modifier and Type Method Description static Class<? extends DataType.Builder>DataType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type DataType.Builder Modifier and Type Method Description default PropertyDefinitionRequest.BuilderPropertyDefinitionRequest.Builder. dataType(Consumer<DataType.Builder> dataType)An object that contains information about the data type.default PropertyDefinitionResponse.BuilderPropertyDefinitionResponse.Builder. dataType(Consumer<DataType.Builder> dataType)An object that contains information about the data type.default DataType.BuilderDataType.Builder. nestedType(Consumer<DataType.Builder> nestedType)The nested type in the data type.
-