Uses of Interface
software.amazon.awssdk.services.iot.model.TimestreamTimestamp.Builder
-
Packages that use TimestreamTimestamp.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of TimestreamTimestamp.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return TimestreamTimestamp.Builder Modifier and Type Method Description static TimestreamTimestamp.BuilderTimestreamTimestamp. builder()TimestreamTimestamp.BuilderTimestreamTimestamp. toBuilder()TimestreamTimestamp.BuilderTimestreamTimestamp.Builder. unit(String unit)The precision of the timestamp value that results from the expression described invalue.TimestreamTimestamp.BuilderTimestreamTimestamp.Builder. value(String value)An expression that returns a long epoch time value.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type TimestreamTimestamp.Builder Modifier and Type Method Description static Class<? extends TimestreamTimestamp.Builder>TimestreamTimestamp. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type TimestreamTimestamp.Builder Modifier and Type Method Description default TimestreamAction.BuilderTimestreamAction.Builder. timestamp(Consumer<TimestreamTimestamp.Builder> timestamp)Specifies an application-defined value to replace the default value assigned to the Timestream record's timestamp in thetimecolumn.
-