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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampValue.BuildertimeInMillis(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 Detail
-
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.
-
-