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, sdkFields
copy
applyMutation, build
TimeInNanos.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.