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