Interface TimestampValue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TimestampValue.Builder,TimestampValue>, SdkBuilder<TimestampValue.Builder,TimestampValue>, SdkPojo
Enclosing class:
TimestampValue

public static interface TimestampValue.Builder extends SdkPojo, CopyableBuilder<TimestampValue.Builder,TimestampValue>
  • Method Details

    • timeInMillis

      TimestampValue.Builder timeInMillis(Long timeInMillis)

      The value of the timestamp, in the Unix epoch format.

      Parameters:
      timeInMillis - The value of the timestamp, in the Unix epoch format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.