Interface TimestampSegment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TimestampSegment.Builder,,TimestampSegment> SdkBuilder<TimestampSegment.Builder,,TimestampSegment> SdkPojo
- Enclosing class:
TimestampSegment
@Mutable
@NotThreadSafe
public static interface TimestampSegment.Builder
extends SdkPojo, CopyableBuilder<TimestampSegment.Builder,TimestampSegment>
-
Method Summary
Modifier and TypeMethodDescriptionendTimeMillis(Long endTimeMillis) End timestamp in millisecondsstartTimeMillis(Long startTimeMillis) Start timestamp in millisecondsMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
startTimeMillis
Start timestamp in milliseconds
- Parameters:
startTimeMillis- Start timestamp in milliseconds- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTimeMillis
End timestamp in milliseconds
- Parameters:
endTimeMillis- End timestamp in milliseconds- Returns:
- Returns a reference to this object so that method calls can be chained together.
-