Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.TimeInNanos.Builder
-
Packages that use TimeInNanos.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of TimeInNanos.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return TimeInNanos.Builder Modifier and Type Method Description static TimeInNanos.BuilderTimeInNanos. builder()TimeInNanos.BuilderTimeInNanos.Builder. offsetInNanos(Integer offsetInNanos)The nanosecond offset fromtimeInSeconds.TimeInNanos.BuilderTimeInNanos.Builder. timeInSeconds(Long timeInSeconds)The timestamp date, in seconds, in the Unix epoch format.TimeInNanos.BuilderTimeInNanos. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type TimeInNanos.Builder Modifier and Type Method Description static Class<? extends TimeInNanos.Builder>TimeInNanos. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type TimeInNanos.Builder Modifier and Type Method Description default AssetPropertyValue.BuilderAssetPropertyValue.Builder. timestamp(Consumer<TimeInNanos.Builder> timestamp)The timestamp of the asset property value.default InterpolatedAssetPropertyValue.BuilderInterpolatedAssetPropertyValue.Builder. timestamp(Consumer<TimeInNanos.Builder> timestamp)Sets the value of the Timestamp property for this object.
-