Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.Property.Builder
-
Packages that use Property.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of Property.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return Property.Builder Modifier and Type Method Description Property.BuilderProperty.Builder. alias(String alias)The alias that identifies the property, such as an OPC-UA server data stream path (for example,/company/windfarm/3/turbine/7/temperature).static Property.BuilderProperty. builder()Property.BuilderProperty.Builder. dataType(String dataType)The property data type.Property.BuilderProperty.Builder. dataType(PropertyDataType dataType)The property data type.Property.BuilderProperty.Builder. id(String id)The ID of the asset property.Property.BuilderProperty.Builder. name(String name)The name of the property.default Property.BuilderProperty.Builder. notification(Consumer<PropertyNotification.Builder> notification)The asset property's notification topic and state.Property.BuilderProperty.Builder. notification(PropertyNotification notification)The asset property's notification topic and state.Property.BuilderProperty. toBuilder()default Property.BuilderProperty.Builder. type(Consumer<PropertyType.Builder> type)The property type (seePropertyType).Property.BuilderProperty.Builder. type(PropertyType type)The property type (seePropertyType).Property.BuilderProperty.Builder. unit(String unit)The unit (such asNewtonsorRPM) of the asset property.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type Property.Builder Modifier and Type Method Description static Class<? extends Property.Builder>Property. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type Property.Builder Modifier and Type Method Description default CompositeModelProperty.BuilderCompositeModelProperty.Builder. assetProperty(Consumer<Property.Builder> assetProperty)Sets the value of the AssetProperty property for this object.default DescribeAssetPropertyResponse.BuilderDescribeAssetPropertyResponse.Builder. assetProperty(Consumer<Property.Builder> assetProperty)The asset property's definition, alias, and notification state.
-