Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.DataType.Builder
Packages that use DataType.Builder
-
Uses of DataType.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return DataType.BuilderModifier and TypeMethodDescriptionDataType.Builder.allowedValues(Collection<DataValue> allowedValues) The allowed values for this data type.DataType.Builder.allowedValues(Consumer<DataValue.Builder>... allowedValues) The allowed values for this data type.DataType.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.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.Builder.relationship(Relationship relationship) A relationship that associates a component with another component.DataType.toBuilder()The underlying type of the data type.The underlying type of the data type.DataType.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DataType.Builder>DataType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type DataType.BuilderModifier and TypeMethodDescriptionPropertyDefinitionRequest.Builder.dataType(Consumer<DataType.Builder> dataType) An object that contains information about the data type.PropertyDefinitionResponse.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.