public static interface TimeInNanos.Builder extends SdkPojo, CopyableBuilder<TimeInNanos.Builder,TimeInNanos>
| Modifier and Type | Method and Description |
|---|---|
TimeInNanos.Builder |
offsetInNanos(Integer offsetInNanos)
The nanosecond offset from
timeInSeconds. |
TimeInNanos.Builder |
timeInSeconds(Long timeInSeconds)
The timestamp date, in seconds, in the Unix epoch format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimeInNanos.Builder timeInSeconds(Long timeInSeconds)
The timestamp date, in seconds, in the Unix epoch format. Fractional nanosecond data is provided by
offsetInNanos.
timeInSeconds - The timestamp date, in seconds, in the Unix epoch format. Fractional nanosecond data is provided by
offsetInNanos.TimeInNanos.Builder offsetInNanos(Integer offsetInNanos)
The nanosecond offset from timeInSeconds.
offsetInNanos - The nanosecond offset from timeInSeconds.Copyright © 2022. All rights reserved.