public static interface TimestreamTimestamp.Builder extends SdkPojo, CopyableBuilder<TimestreamTimestamp.Builder,TimestreamTimestamp>
| Modifier and Type | Method and Description |
|---|---|
TimestreamTimestamp.Builder |
unit(String unit)
The precision of the timestamp value that results from the expression described in
value. |
TimestreamTimestamp.Builder |
value(String value)
An expression that returns a long epoch time value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimestreamTimestamp.Builder value(String value)
An expression that returns a long epoch time value.
value - An expression that returns a long epoch time value.TimestreamTimestamp.Builder unit(String unit)
The precision of the timestamp value that results from the expression described in value.
Valid values: SECONDS | MILLISECONDS | MICROSECONDS |
NANOSECONDS. The default is MILLISECONDS.
unit - The precision of the timestamp value that results from the expression described in value
.
Valid values: SECONDS | MILLISECONDS | MICROSECONDS |
NANOSECONDS. The default is MILLISECONDS.
Copyright © 2023. All rights reserved.