public static interface LocationTimestamp.Builder extends SdkPojo, CopyableBuilder<LocationTimestamp.Builder,LocationTimestamp>
| Modifier and Type | Method and Description |
|---|---|
LocationTimestamp.Builder |
unit(String unit)
The precision of the timestamp value that results from the expression described in
value. |
LocationTimestamp.Builder |
value(String value)
An expression that returns a long epoch time value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocationTimestamp.Builder value(String value)
An expression that returns a long epoch time value.
value - An expression that returns a long epoch time value.LocationTimestamp.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.