Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.PropertyDefinitionRequest.Builder
Packages that use PropertyDefinitionRequest.Builder
-
Uses of PropertyDefinitionRequest.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyDefinitionRequest.BuilderModifier and TypeMethodDescriptionPropertyDefinitionRequest.builder()PropertyDefinitionRequest.Builder.configuration(Map<String, String> configuration) A mapping that specifies configuration information about the property.PropertyDefinitionRequest.Builder.dataType(Consumer<DataType.Builder> dataType) An object that contains information about the data type.An object that contains information about the data type.PropertyDefinitionRequest.Builder.defaultValue(Consumer<DataValue.Builder> defaultValue) An object that contains the default value.PropertyDefinitionRequest.Builder.defaultValue(DataValue defaultValue) An object that contains the default value.PropertyDefinitionRequest.Builder.displayName(String displayName) A friendly name for the property.PropertyDefinitionRequest.Builder.isExternalId(Boolean isExternalId) A Boolean value that specifies whether the property ID comes from an external data store.PropertyDefinitionRequest.Builder.isRequiredInEntity(Boolean isRequiredInEntity) A Boolean value that specifies whether the property is required.PropertyDefinitionRequest.Builder.isStoredExternally(Boolean isStoredExternally) A Boolean value that specifies whether the property is stored externally.PropertyDefinitionRequest.Builder.isTimeSeries(Boolean isTimeSeries) A Boolean value that specifies whether the property consists of time series data.PropertyDefinitionRequest.toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyDefinitionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PropertyDefinitionRequest.Builder>PropertyDefinitionRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PropertyDefinitionRequest.BuilderModifier and TypeMethodDescriptiondefault PropertyRequest.BuilderPropertyRequest.Builder.definition(Consumer<PropertyDefinitionRequest.Builder> definition) An object that specifies information about a property.