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 Summary
Modifier and TypeMethodDescriptiontimeInMillis
(Long timeInMillis) The value of the timestamp, in the Unix epoch format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
-