| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static TimestreamTimestamp.Builder |
TimestreamTimestamp.builder() |
TimestreamTimestamp.Builder |
TimestreamTimestamp.toBuilder() |
TimestreamTimestamp.Builder |
TimestreamTimestamp.Builder.unit(String unit)
The precision of the timestamp value that results from the expression described in
value. |
TimestreamTimestamp.Builder |
TimestreamTimestamp.Builder.value(String value)
An expression that returns a long epoch time value.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimestreamTimestamp.Builder> |
TimestreamTimestamp.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TimestreamAction.Builder |
TimestreamAction.Builder.timestamp(Consumer<TimestreamTimestamp.Builder> timestamp)
Specifies an application-defined value to replace the default value assigned to the Timestream record's
timestamp in the
time column. |
Copyright © 2022. All rights reserved.