| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static TimeInNanos.Builder |
TimeInNanos.builder() |
TimeInNanos.Builder |
TimeInNanos.Builder.offsetInNanos(Integer offsetInNanos)
The nanosecond offset from
timeInSeconds. |
TimeInNanos.Builder |
TimeInNanos.Builder.timeInSeconds(Long timeInSeconds)
The timestamp date, in seconds, in the Unix epoch format.
|
TimeInNanos.Builder |
TimeInNanos.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimeInNanos.Builder> |
TimeInNanos.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InterpolatedAssetPropertyValue.Builder |
InterpolatedAssetPropertyValue.Builder.timestamp(Consumer<TimeInNanos.Builder> timestamp)
Sets the value of the Timestamp property for this object.
|
default AssetPropertyValue.Builder |
AssetPropertyValue.Builder.timestamp(Consumer<TimeInNanos.Builder> timestamp)
The timestamp of the asset property value.
|
Copyright © 2023. All rights reserved.